All Projects → qzed → autocomplete-racer

qzed / autocomplete-racer

Licence: MIT license
Rust auto-completion and hyperclick provider for the atom editor, using racer as back-end.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to autocomplete-racer

autocomplete-elixir
Intelligent Elixir autocompletion provider for Atom autocomplete-plus
Stars: ✭ 41 (+241.67%)
Mutual labels:  atom, atom-autocomplete
atom-lebab
Atom package for convert es5 to es6/7 use lebab
Stars: ✭ 21 (+75%)
Mutual labels:  atom
json-feed-viewer
The world's first JSON feed viewer 🥇
Stars: ✭ 40 (+233.33%)
Mutual labels:  atom
atom-double-tag
An Atom Editor package for faster HTML tag editing
Stars: ✭ 62 (+416.67%)
Mutual labels:  atom
atom-discord
Integrate with Discord and show Rich Presence information.
Stars: ✭ 107 (+791.67%)
Mutual labels:  atom
atom-clipboard-plus
Keeps your clipboard history.
Stars: ✭ 17 (+41.67%)
Mutual labels:  atom
MP4Parse
C++ library for MP4 file parsing.
Stars: ✭ 55 (+358.33%)
Mutual labels:  atom
nebula-ui
A beautifully minimal, subtly animated, and carefully-designed Atom UI theme with innovative new ideas.
Stars: ✭ 41 (+241.67%)
Mutual labels:  atom
toggler
Atom plugin - Toggle words and symbols
Stars: ✭ 21 (+75%)
Mutual labels:  atom
webfeed
A dart package for parsing RSS & Atom feed
Stars: ✭ 92 (+666.67%)
Mutual labels:  atom
linter-pylama
Lint python in the Atom on the fly, using pylama
Stars: ✭ 22 (+83.33%)
Mutual labels:  atom
markown-utilities
Markdown stylesheets and other minutiae
Stars: ✭ 17 (+41.67%)
Mutual labels:  atom
dalek
EXTERMINATEs built-in packages installed as community packages
Stars: ✭ 16 (+33.33%)
Mutual labels:  atom
django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
Stars: ✭ 21 (+75%)
Mutual labels:  atom
language-65asm
Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.
Stars: ✭ 32 (+166.67%)
Mutual labels:  atom
FeedReader
C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM. Tested with multiple languages and feeds.
Stars: ✭ 221 (+1741.67%)
Mutual labels:  atom
Atom-as-a-Perl6-IDE
Packages and Plugins with Detailed Explanation on Configuring Atom as a Raku IDE
Stars: ✭ 15 (+25%)
Mutual labels:  atom
docblock-python
Atom plugin to insert documentation blocks for python functions
Stars: ✭ 22 (+83.33%)
Mutual labels:  atom
particule
Fine-grained atomic React state management library
Stars: ✭ 31 (+158.33%)
Mutual labels:  atom
atom-minimap-linter
Atom package to display linter markers on minimap
Stars: ✭ 26 (+116.67%)
Mutual labels:  atom

Rust Autocomplete Package for Atom

Note: This plugin does not support the Rust Language Server (and most likely never will). I don't plan on actively developing this plugin any further, but I will still provide support/bugfixes if required.

Racer-based autocomplete-plus and hyperclick provider. Includes markdown-styled documentation.

Demo

Demonstration

Features

  • Includes documentation (can be disabled).
  • Hyperclick support (for go-to-definition command).

Installation

This package requires racer to be available using the path variable. It is recommended that you set up your rust toolchain using rustup and add the source component (rust-src). This way the complete setup is managed by rustup and racer can automatically detect the location of the rust source code. Alternatively you have to set the RUST_SRC_PATH environment-variable. For more details, see the racer GitHub page.

Furthermore, this package requires autocomplete-plus, which is bundled with atom. You may want to install hyperclick for go-to-definition commands.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].