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
.
- Added the command
racer-debug
to help users diagnose issues. - We now explicitly try
~/.cargo/bin/racer
ifracer
isn't on path. - 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
.
- 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
.
- Trigger completions after
::
or.
. - Compatibility with latest company
- Fixed an issue where TAGS from other projects were also completion candidates
No 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
Initial release. Includes:
- Code completion with company
- Jump to definition
- Eldoc
Early users who are using racer-activate
or racer-turn-on-eldoc
should use racer-mode
and eldoc-mode
instead. The former have been
deprecated.