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 264
Autocomplete Providers
Jannik Vieten edited this page Aug 27, 2017
·
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 |
||
TOML | .source.toml |
||
XSL | .text.xml.xsl |
||
XML | .text.xml |
autocomplete-xml | 2.0.0 |
YAML | .source.yaml |
Grammar | Selector | Provider | API Status |
---|---|---|---|
Apex | .source.apex |
mavensmate-atom | 1.0.0 |
AsciiDoc | .source.asciidoc |
autocomplete-asciidoc | 2.0.0 |
C# | .source.cs |
omnisharp-atom | 2.0.0 |
ComputerCraft | .source.computercraft |
autocomplete-computercraft | 1.0.0 |
Dart | .source.dart |
dart-tools | |
Dart | .source.dart |
dartlang | |
Elixir | .source.elixir |
autocomplete-elixir | 2.0.0 |
Erlang | .source.erlang |
autocomplete-erlang | 2.0.0 |
GLSL | .source.glsl |
autocomplete-glsl | 2.0.0 |
HackLang | .source.hack |
autocomplete-hack | 2.0.0 |
Haskell | .source.haskell |
autocomplete-haskell | 1.0.0 |
Haskell | .source.haskell |
ide-haskell | 1.0.0 |
Haxe | .source.haxe |
autocomplete-haxe | 1.1.0 |
Marko | .text.marko |
autocomplete-marko | 2.0.0 |
Nunjucks | .source.nunjucks, .text.html.nunjucks |
autocomplete-nunjucks | 2.0.0 |
Pig | .source.pig |
pig | 2.0.0 |
Q/K | .source.q |
autocomplete-kdb-q | 2.0.0 |
Rust | .source.rust |
racer | 2.0.0 |
TypeScript | .source.ts |
atom-typescript | 8.11.0 |
Visualforce | .visualforce |
mavensmate-atom | 1.1.0 |
Selector | Provider | Status |
---|---|---|
* |
autocomplete-emojis | 1.0.0 |
* |
autocomplete-snippets | 2.0.0 |
* |
autocomplete-paths | 1.0.0 |
* |
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)