alefragnani / vscode-separators

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

[FEATURE] - Add separators for more symbols #2

Closed alefragnani closed 3 years ago

alefragnani commented 3 years ago

More symbols could have their own separators.

Please, suggest/vote 😬

Here you can find all kinds of symbols supported by VS Code, and that each language extension must provides/adapt: https://code.visualstudio.com/api/references/vscode-api#SymbolKind

JCKodel commented 3 years ago

I've opened the https://github.com/alefragnani/vscode-separators/issues/7 regarding Dart constructions (it works only on methods or constructors).

Basically, all "class-like" (class, interface, enum, mixin, extension), all methods (get/set accessors, methods, constructors).

If each group could have its own color would be amazing.

JCKodel commented 3 years ago

Please, add support for Namespace because of this: https://github.com/Dart-Code/Dart-Code/issues/2945#issuecomment-724846211