-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Languages & Linters could be merged #12
Comments
Care to provide an example of how you would show it in a table? |
I'm currently thinking on |
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. |
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. |
Also grouping all snippets package for a language under one section would be better ie: Python
LintersSnippetsFlaskDjangoOr something like Python
Flask
Django
|
What about Linters that lint more than one language? How would we deal with that? |
Some languages are already providing linters, probably we could merge them - I'm also thinking about table format in that section
The text was updated successfully, but these errors were encountered: