I've got a couple of little usage issues to request…
- SQL Notebooks code blocks line numbering…if it's not already possible (I looked in settings but couldn't find it) it would be nice to have the option to set the default for showing line numbers. It's not hard to turn them on each time, but I basically always want them unless I'm only doing a < 5 line block, which isn't often.
- SQL Notebooks…something I find myself using with some regularity is vs code's built in feature where it shows you the position of your cursor in the document and how many characters you have selected. This appears to not be active/available in SQL Notebooks. If this is at all possible, and not just a limitation of Notebooks generally, it would be a nice-to-have.
- Connection browser…when I click on a package spec or body in the tree and it opens a tab in the editor…it doesn't include the schema name in the
create or replace package my_package_name is line. There's an extension setting for this, but it appears to be for generating ddl, I guess for tables, not in this window.
- the last one is more of a request for guidance…I experience quite a bit of fluctuation in the responsiveness of the intellisense and suggestions (for snippets) features while using this plugin. Sometimes I don't see intellisense working at all other than the trailing red squiggly at the end of an incomplete code block telling me it's not formatted correctly (yet). Other times I can see it flickering as it appears to be parsing every line in a block one by one and character by character. This tends to coincide with the operation of the quick suggestions dialog where I also have configured to show my code snippets. So sometimes the suggestions pop up with zero lag, and sometimes they just don't pop up at all. Most of the time it's somewhere in the middle, taking a few seconds for “something” to catch up and finally show me the relevant suggestions. The shortcut keys for triggering suggestions does pop up the dialog, but in these cases it pops up with a “please wait…” message. Sometimes it comes back with my suggestions, sometimes not. Any I can trigger snippet insertion from the command palette. So the question is how I should go about troubleshooting what might be causing the issue? There are many factors in my environment I'd be happy to attribute this too, but I would like to pinpoint it so I can start pulling on the appropriate string to get it addressed.
Thanks