marcoroth / stimulus-lsp

Intelligent Stimulus tooling for Visual Studio Code and Neovim
https://hotwire.io/ecosystem/tooling/stimulus-lsp
MIT License
201 stars 10 forks source link

Introduce `Config` class to configure ignore-list #289

Closed marcoroth closed 1 month ago

marcoroth commented 1 month ago

This pull request introduces a minimal Config object which allows to configure ignore-lists for controller identifiers and HTML attributes.

The idea is that the .stimulus-lsp/config.json file is committed to the git repository so that ignored controllers and attributes are shared between all people on the team.

https://github.com/marcoroth/stimulus-lsp/assets/6411752/2181b216-50fd-4c50-94fe-466109d3a035

Resolves https://github.com/marcoroth/stimulus-lsp/issues/75