EditorConfigLanguage
EditorConfigLanguage copied to clipboard
Please provide a way to supply or ignore third-party editorconfig properties
There are third-party tools (like ReSharper) which provide its own editorconfig properties. Currently usages of such properties are highlighted. Ideally, there should be a way to import a list of such external properties and their possible values from some text-based (JSON?) format. I'll file a suggestion to editorconfig for format standardisation. Another possible way is to ignore certain prefixes (ReSharper uses resharper_ prefix for its properties).
I'd like to add another possibility of turning on and then off suppressions.
I could use # Suppress: EC112 at the start of the ReSharper properties, and turn it off at the end. Right now the suppression applies to the whole document.
I filed an issue to editorconfig project (https://github.com/editorconfig/editorconfig/issues/332), please feel free to add your opinion there.