Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

v1.4.0

Compare
Choose a tag to compare
@eidheim eidheim released this 19 Jan 11:53
· 95 commits to master since this release

New features:

  • Can now use go to declaration, implementation and find documentation on
    autocomplete rows
  • Added go to type declaration
  • CUDA files are now supported and parsed as C++
  • Find Documentation for std:: symbols improved through a symbol map to
    cppreference.com pages
  • Added language server protocol support. To enable this feature, add a symbolic
    link ([language-identifier]-language-server), in one of your PATH folders,
    that points to your installed language server executable. For instance, to enable Rust language server:
    ln -s ~/.rustup/toolchains/[nightly-toolchain]/bin/rls ~/.cargo/bin/rust-language-server
  • Added project and debug support for Rust

Cleanups, bugfixes and other improvements:

  • Modernized cmake files
  • Fixed freeze when debugging start failed
  • CMake and Meson parsing now works on files with Windows newlines
  • Various improvements to implement method
  • No longer clears selection of terminal when modifier keys are used while a process is running
  • All headers should now be considered when finding usages of an overridden method