Mickael Istria

Results 76 issues of Mickael Istria

Several IDEs like VSCode or Eclipse IDE are reusing (or planning to reuse) the TextMate grammar defined in rust.cson. However, it seems like those cannot parse .cson files, so they...

enhancement
discussion

When a user enables AngularJS on a Web project, it would be convenient to configure the project HTML validation to ignore the ng-\* attributes (instead of showing them as warning)....

To allow inclusion of the project in vanilla Eclipse IDE, and to take advantage of the community of potential good contributors that are active at Eclipse.org, it would be interesting...

Currently, the code copies the source of editorconfig-java to build. This is not safe because remote code can change and break the build. It seems better to consume directly the...

Currently, the editorconfig settings are applied globally. Ideally, those should be applied per editor as editorconfig have a much finer scope than the global workspace (they can tweak individual projects...

In order to make this plugin more accessible to those using .editorconfig files in Eclipse IDE, the Marketplace entry should add the fileExtension_editorconfig tag to be discovered when a user...

On a given .editorconfig file, even without opening an editor, there could be an "Apply Editor Config globally" action that would change the globel preference store.

JSDT has a feature request on the topic of supporting .editorconfig: https://bugs.eclipse.org/bugs/show_bug.cgi?id=463071 . You should add some comments there explaining how your plugin currently work with JSDT, and what could...

When importing a project, it would be nice to detect the import of a .editorconfig file, and when preferences are not in sync with it, to ask user whether they...

Rust-Analyzer adds some Run/Debug codemining. Currently, they don't do anything. Either they should be removed (there might be some rust-analyzer setting for that), or Corrosion should support them. Here is...