alefragnani / vscode-separators

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

will it support ruby ? #25

Closed Azzawie closed 3 years ago

Azzawie commented 3 years ago

I installed this extension but I can't see any lines, does it support 1-ruby 2-CoffeeScript files?

Thanks

alefragnani commented 3 years ago

Hi @MwMaki ,

The extension doesn't support any particular extension, but in fact, rely on the language extension you have installed (in your case, the Ruby and CoffeScript extensions you have installed), to recognize and draw the separators for each symbol.

If the extensions you use only does syntax highlighting, that's the reason why Separators is not woking.

To recognize if the Ruby and CoffeeScript extensions you have installed will allow Separators to work, open any Ruby or CoffeeScript file and run the Go to Symbol command, or take a look at the Outline panel on Explorer view. If you see symbols there, Separators should work as well, otherwise, it won't.

BTW, which extensions do you use for Ruby and CoffeeScript?

Hope this helps

Azzawie commented 3 years ago

Thank you, great suggestions,

great work @alefragnani, thanks