From e842470871bd6c2855af019577ea5d0a970ef982 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 1 Dec 2015 08:44:07 +0100 Subject: [PATCH] Improved feature list --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4224b87..eee04aa 100644 --- a/README.md +++ b/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)