All Versions
6
Latest Version
1.3
Avg Release Cycle
102 days
Latest Release
-

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.
  • v1.2 Changes

    November 05, 2016
    • โž• Added the command racer-debug to help users diagnose issues.
    • We now explicitly try ~/.cargo/bin/racer if racer 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.
  • 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
  • v1.0.1 Changes

    October 17, 2015

    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

  • 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 or racer-turn-on-eldoc should use racer-mode and eldoc-mode instead. The former have been ๐Ÿ—„ deprecated.