irony-server
The back-end server for Emacs irony-mode
- Provided by: irony-server (Version: 1.6.1-1build1)
- Source: irony-mode
- Report a bug
The back-end server for Emacs irony-mode
irony-server [options] [command] [<args>]
irony-server provides the libclang interface to irony-mode. It uses a simple protocol based on S-expression. This server is written in C++ and requires the following packages to be installed on your system: CMake >= 2.8.3, and libclang.
candidates PREFIX STYLE
complete FILE LINE COL [-- [COMPILE_OPTIONS...]]
completion-diagnostics
diagnostics
exit
get-compile-options BUILD_DIR FILE
get-type LINE COL
help
parse FILE [-- [COMPILE_OPTIONS...]]
reset-unsaved FILE
set-debug [on|off]
set-unsaved FILE UNSAVED-CONTENT-FILE
Nicholas D Steeves <nsteeves@gmail.com>