Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language server for editing .editorconfig file? #492

Open
jcs090218 opened this issue Aug 29, 2023 · 2 comments
Open

Language server for editing .editorconfig file? #492

jcs090218 opened this issue Aug 29, 2023 · 2 comments

Comments

@jcs090218
Copy link

It's great if we have a language server for .editorconfig file. 馃

Similar projects:

@Radon8472
Copy link

Are you talking about some kind of web-editor to create and edit the .editorconfig files ?

I think it would be great to have this.
Mostly I would hope to have a feature that you can provide an example directory structure and you see which .edidorconfig ruls match to the certain files.

e.g. you hover a file and see

  1. The editorconfigs and lines of all rules that effect this file
  2. see in result what rulesset is used on this file

Currently I often struggle with situation where an rule SHOULD be applid to any file, but for some reason it does not take effect, anything is incorrect with your patterns and file masks

@jcs090218
Copy link
Author

I mean the Language Server Protocol, so we edit the file on any editors that support LSP, e.g., Emacs, Vim, VSCode, Sublime, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants