sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
117 stars 47 forks source link

Some kind of section header in outline #1211

Open ShuguangSun opened 1 week ago

ShuguangSun commented 1 week ago

Is your feature request related to a problem? Please describe. Currently the outline shows the PROC, DATA step, and REGION block. For long and large code file, it would be helpfult if there is some kind of section.

Describe the solution you'd like In Rstudio, it use # name ---- for a section of name. If SAS extenstion has some thing like it and show it in outline, it wold be helpful to understand the stucture of code.

Althogh REGION block can do it, but it need an end and not so convenient.