You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a bug but more of an feature request, it would be really great if your code support for DBML included the ability to collapse sections or regions of code. Collapse tables and even allow for the ability to use something like the '#Region' directive to specify chunks of code one might want to collapse.
Also, the vscode feature Outline would be nice to be able to use.
Just a suggestion/request, otherwise great plugin...
k.
The text was updated successfully, but these errors were encountered:
This plugin already provides basic code folding. You should be able to fold any region that is surrounded by curly brackets. Regarding a #region directive, I'd rather not add this as it is not specific to DBML. A quick search shows there are already plugins that can achieve this (e.g. https://marketplace.visualstudio.com/items?itemName=maptz.regionfolder). Let me know if you had another use case in mind that these methods don't cover.
I agree, the outline feature would be handy. I need to research how to implement this before I can say anything else on it.
Not a bug but more of an feature request, it would be really great if your code support for DBML included the ability to collapse sections or regions of code. Collapse tables and even allow for the ability to use something like the '#Region' directive to specify chunks of code one might want to collapse.
Also, the vscode feature Outline would be nice to be able to use.
Just a suggestion/request, otherwise great plugin...
k.
The text was updated successfully, but these errors were encountered: