awesome-vscode icon indicating copy to clipboard operation
awesome-vscode copied to clipboard

Languages & Linters could be merged

Open viatsko opened this issue 8 years ago • 6 comments

Some languages are already providing linters, probably we could merge them - I'm also thinking about table format in that section

viatsko avatar Feb 12 '16 08:02 viatsko

Care to provide an example of how you would show it in a table?

SamVerschueren avatar Feb 18 '16 18:02 SamVerschueren

I'm currently thinking on Syntaxes, Linters, Snippets, Other columns and let the same packages be on the same level in the first two columns (as we might end up of duplicating a lot of packages in Syntax & Linters category as a lot of them are actually doing two things at once)

viatsko avatar Feb 20 '16 12:02 viatsko

Plenty of language packages are also including debuggers, intellisense etc., mostly using MS's Language Server Protocol - for example Python, Ruby, Rust, etc.

It might be simpler to create a list of languages, then for each language just list the best packages for that language and what they cover.

yozlet avatar Sep 20 '17 18:09 yozlet

Agree, I've started expanding the list into sections since many languages got "plugins ecosystem" around them during these years. Will close once I'm done with this.

viatsko avatar Mar 28 '18 06:03 viatsko

Also grouping all snippets package for a language under one section would be better ie:


Python

  • Python Ext

Linters

Snippets

Flask

Django


Or something like

Python

  • Language-specific packages

Flask

  • Any Flask related package

Django

  • Any[ Django related package

mr-ubik avatar Oct 08 '18 12:10 mr-ubik

What about Linters that lint more than one language? How would we deal with that?

nzec avatar Oct 12 '18 07:10 nzec