alefragnani / vscode-separators

Separators Extension for Visual Studio Code
GNU General Public License v3.0
40 stars 6 forks source link

[QUESTION] - Can I customize line start string for separator? #89

Closed xgdgsc closed 1 year ago

xgdgsc commented 1 year ago

I would want to set line starting with ## as a separator indicator.

alefragnani commented 1 year ago

Hi @xgdgsc ,

Unfortunately, this is not supported. The separators are limited to CSS Border styles.

Hope this helps

xgdgsc commented 1 year ago

I don' t mean the style of the line. I want to customize it to add that line before line starting with ##, which is an indicator of code cell in the vscode-julia extension.

alefragnani commented 1 year ago

I don’t know Julia lang, so, I would like to know if those code cells are recognized as Symbols (methods, functions, etc) or just regular/organized code?

Could you provide prints of pieces of code on how the extension is drawing the lines and how you would like it to be? And please, leave the Outline view opened, so I could identify the symbols that the language extension exposes.

Thank you

xgdgsc commented 1 year ago

Thanks. It seems it works with julia function/structs. So it' s doable if the julia extension adds ## as one kind of section separator. So there' s nothing needed to do here.