ThioJoe / YT-Spammer-Purge

Allows you easily scan for and delete scam comments using several methods.
GNU General Public License v3.0
4.57k stars 389 forks source link

Create VS Code plugin with intellisence for ini config file #990

Open EmilyGraceSeville7cf opened 1 year ago

EmilyGraceSeville7cf commented 1 year ago

I can do it myself. I wanna users have autocomplete in config.

Note: JSON schema can't be created as stolen_comments_check_modes = SensitiveSmart or smth like this is an invalid TOML (which is supported by JSON schema).

EmilyGraceSeville7cf commented 1 year ago

Adding support for YAML/JSON-based configs can solve missing auto-completion problem for users but for new formats of configs, not for INI. Anyway, it's better than nothing. 😄 I have to spend some time to understand how to create intellisence for VS Code...