All Versions
6
Latest Version
Avg Release Cycle
102 days
Latest Release
-
Changelog History
Changelog History
-
v1.3 Changes
- 0๏ธโฃ
racer-rust-src-path
is now set automatically by default. - ๐ New simpler installation instructions based on
rustup
. - ๐ Fixed an issue with racer completion in indirect buffers.
- ๐ Fixed a crash on racer completion in buffers not backed by files.
- ๐ Fixed a crash on backslashes and backticks when calling
racer-describe
.
- 0๏ธโฃ
-
v1.2 Changes
November 05, 2016- โ Added the command
racer-debug
to help users diagnose issues. - We now explicitly try
~/.cargo/bin/racer
ifracer
isn't on path. - 0๏ธโฃ We no longer offer completions inside comments by default (it tends
to be slow and rarely offers completions). See
racer-complete-in-comments
. - Eldoc descriptions of modules now abbreviate the path relative to the project and the user's home directory.
- Several improvements to markdown rendering in
racer-describe
.
- โ Added the command
-
v1.1 Changes
August 27, 2016- ๐ Fixed a crash when point is at the beginning of buffer.
- ๐ Fixed a crash when not in a cargo project.
- โ Added
racer-cargo-home
, which enables completion for cargo crates. - Various improvements to formatting of completion candidates.
- โ Added
racer-describe
.
-
v1.0.2 Changes
April 19, 2016- Trigger completions after
::
or.
. - โ Compatibility with latest company
- ๐ Fixed an issue where TAGS from other projects were also completion candidates
- Trigger completions after
-
v1.0.1 Changes
October 17, 2015No changes since v0.0.2.
๐ This release was created to work around an issue where MELPA stable had created a v1.0.0 from an early version of racer.el
-
v0.0.2 Changes
September 25, 2015๐ Initial release. Includes:
- Code completion with company
- Jump to definition
- Eldoc
Early users who are using
racer-activate
orracer-turn-on-eldoc
should useracer-mode
andeldoc-mode
instead. The former have been ๐ deprecated.