This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 263
Autocomplete Providers
@percova edited this page Nov 13, 2019
·
83 revisions
Grammar | Selector | Provider | Status |
---|---|---|---|
All | * |
SymbolProvider |
Default Provider |
All | * |
FuzzyProvider |
Deprecated |
Grammar | Selector | Provider | API Status |
---|---|---|---|
Null Grammar | .text.plain.null-grammar |
||
CoffeeScript (Literate) | .source.litcoffee |
||
CoffeeScript | .source.coffee |
||
JSON | .source.json |
||
Shell Session | .text.shell-session |
||
Shell Script | .source.shell |
||
Hyperlink | .text.hyperlink |
||
TODO | .text.todo |
||
C | .source.c |
autocomplete-clang | |
C++ | .source.cpp |
autocomplete-clang | 2.0.0 |
Clojure | .source.clojure |
proto-repl | |
CSS | .source.css |
autocomplete-css | 2.0.0 |
GitHub Markdown | .source.gfm |
autocomplete-bibtex | 1.1.0 |
Git Config | .source.git-config |
||
Git Commit Message | .text.git-commit |
||
Git Rebase Message | .text.git-rebase |
||
HTML (Go) | .text.html.gohtml |
||
Go | .source.go |
go-plus, autocomplete-go | 2.0.0 |
Go Template | .source.gotemplate |
||
HTML | .text.html.basic |
autocomplete-html | 2.0.0 |
JavaScript | .source.js |
atom-ternjs | 2.0.0 |
Java Properties | .source.java-properties |
||
Regular Expressions (JavaScript) | .source.js.regexp |
||
JavaServer Pages | .text.html.jsp |
autocomplete-jsp | 2.0.0 |
Java | .source.java |
autocomplete-java-minus | 2.0.0 |
JUnit Test Report | .text.junit-test-report |
||
Makefile | .source.makefile |
||
LESS | .source.css.less |
||
SQL (Mustache) | .source.sql.mustache |
||
HTML (Mustache) | .text.html.mustache |
||
Objective-C++ | .source.objcpp |
autocomplete-clang | |
Strings File | .source.strings |
||
Objective-C | .source.objc |
autocomplete-clang | |
Property List (XML) | .text.xml.plist |
||
Property List (Old-Style) | .source.plist |
||
Perl | .source.perl |
||
PHP | .text.html.php |
||
PHP | .source.php |
php-integrator-autocomplete-plus, atom-autocomplete-php, autocomplete-php | 2.0.0 |
Python Console | .text.python.console |
||
Python Traceback | .text.python.traceback |
||
Regular Expressions (Python) | .source.regexp.python |
||
Python | .source.python |
autocomplete-python, autocomplete-python-jedi | |
Ruby on Rails (RJS) | .source.ruby.rails.rjs |
||
Ruby | .source.ruby |
||
HTML (Ruby - ERB) | .text.html.erb |
||
HTML (Rails) | .text.html.ruby |
||
SQL (Rails) | .source.sql.ruby |
||
JavaScript (Rails) | .source.js.rails .source.js.jquery |
||
Ruby on Rails | .source.ruby.rails |
||
Sass | .source.sass |
||
Plain Text | .text.plain |
||
SCSS | .source.css.scss |
||
SQL | .source.sql |
autocomplete-sql | 2.0.0 |
TOML | .source.toml |
||
XSL | .text.xml.xsl |
||
XML | .text.xml |
autocomplete-xml | 2.0.0 |
YAML | .source.yaml |
Selector | Provider | Status |
---|---|---|
* |
autocomplete-emojis | 1.0.0 |
* |
autocomplete-snippets | 2.0.0 |
* |
autocomplete-paths | 1.0.0 |
* |
atom-path-intellisense | 1.2.1 |
* |
atom-ctags | 2.0.0 |
.source.js, .source.jsx |
ide-flow | 1.1.0 |
.source.js, .source.jsx, .source.coffee |
autocomplete-underdash | 2.0.0 |
.source.css , .source.css.less , .source.sass , .source.css.scss , .source.stylus
|
project-palette-finder | 1.1.0 |
* |
you-complete-me | 2.0.0 |
English word autocompetion with the hint of explanation. |
autocomplete-en-en | 2.0.0 |
--
If you'd like to contribute and are interested in learning how to write an autocomplete-plus
Provider
, start here:
- Emmet: https://github.com/atom-community/autocomplete-plus/issues/156
- LESS: https://github.com/atom-community/autocomplete-plus/issues/151
- https://github.com/maun/atom-rust-plus (never published, uses autocomplete-plus-async)
- https://atom.io/packages/ios (doesn't make use of autocomplete-plus)
- https://atom.io/packages/language-hn (see: https://github.com/ignaciocases/language-hn/issues/1 for API 1.0.0 compatibility)
- https://atom.io/packages/rsense (see: https://github.com/rsense/atom-rsense/issues/1 for API 1.0.0 compatibility)
If you are using one of these providers, please uninstall the package as it is no longer maintained.
- https://github.com/vito/atom-autocomplete-gocode (deprecated, use go-plus instead)
- https://github.com/tinloaf/autocomplete-plus-python-jedi (deprecated, use autocomplete-python instead)
- https://github.com/xumingthepoet/autocomplete-plus-elixir (never published)
-
https://atom.io/packages/autocomplete-jedi (fork of
autocomplete
) - https://atom.io/packages/rubymotion (extends default autocomplete package)