alefragnani / vscode-separators

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

[FEATURE] - New setting to ignore `callback`/`inline` functions #33

Closed alefragnani closed 3 years ago

alefragnani commented 3 years ago

Separators on callback/inline functions are mixed feelings, so there will be e a setting to enable/disable it.

The idea is to use allow a per language setting, so you could suppress callback/inline functions on JS but not TS.

Similar to #24 sample, but in that case, the request is for depth, not callbacks