VScode Extension

I need help to create a vscode extension for java spring boot to analyze sql query.

I am working a Java Spring project and have to deal with many methods with SQL queries. This query are very complex and have many conditional join/checks which made it difficult to analyze & debug.

I wanted to make an extension in vs code to show only query of the selected method. Also option to show updated query after some checks are applied.

I have tried checking vscode api & extension repos but got confused, how to start.

Any help, suggestion or resource is appreciated. Also if any tool that already exist for this. Thanks
Was this page helpful?