New
v1.4.0
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 yourPATHfolders, 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