Browse Source

Improved feature list

merge-requests/365/head
eidheim 10 years ago
parent
commit
e842470871
  1. 16
      README.md

16
README.md

@ -8,19 +8,19 @@ towards libclang with speed and ease of use in mind.
## Features
* Platform independent
* Fast and responsive (written in C++)
* Syntax highlighting (even C++11/14, and more than 100 other file types)
* Syntax highlighting for more than 100 different file types
* C++ warnings and errors on the fly
* C++ Fix-its
* Automated CMake processing
* Fast C++ autocompletion (including external libraries)
* Fast C++ autocompletion
* Keyword and buffer autocompletion for other file types
* Tooltips showing type information and doxygen documentation
* Rename refactoring across files
* Highlighting of similar types
* Automated documentation search
* Go to methods and usages
* Tooltips showing type information and doxygen documentation (C++)
* Rename refactoring across files (C++)
* Highlighting of similar types (C++)
* Automated documentation search (C++)
* Go to methods and usages (C++)
* Spell checking depending on file context
* Run shell commands within JuCi++, even on Windows
* Run shell commands within JuCi++
* Regex search and replace
* Smart paste, keys and indentation
* Auto-indentation of C++ file buffers through [clang-format](http://clang.llvm.org/docs/ClangFormat.html)

Loading…
Cancel
Save