autocomplete-plus icon indicating copy to clipboard operation
autocomplete-plus copied to clipboard

autocomplete-json

Open bali182 opened this issue 8 years ago • 0 comments

I couldn't find a standard way to recommend new autocomplete plugins, so I decided to create an issue.

Here is one for JSON files, I think it would be a good addition to the current list:

https://atom.io/packages/autocomplete-json https://github.com/bali182/autocomplete-json

What it does is the following:

  • It loads available json schemas from http://schemastore.org/json, and provides autocomplete for them
  • It has autocomplete for npm and packagist dependencies, babelrc presets/plugins, relative files, etc... for the most commonly used schemas in web/node development
  • Similarly to autocomplete-plus it is extensible and new autocomplete providers for schemas or custom json-specific autocomplete providers can be added as plugins.

bali182 avatar Mar 19 '17 16:03 bali182