We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/views
src/sql_output/index.ts
SqlPreview
sqlPreview.ts
This would make Sql Preview code much more readable, more OOP, and match typical webview setup other vscode extensions use.
See this tableView.ts for an example of a well-designed webview implementation.
tableView.ts
The text was updated successfully, but these errors were encountered:
RandomFractals
No branches or pull requests
src/views
foldersrc/sql_output/index.ts
to `src/views/sqlPreview.tsSqlPreview
webview class insqlPreview.ts
instead of using only functions to create that webview panel as we do nowThis would make Sql Preview code much more readable, more OOP, and match typical webview setup other vscode extensions use.
See this
tableView.ts
for an example of a well-designed webview implementation.The text was updated successfully, but these errors were encountered: