emacs-ycmd v1.2 Release Notes
Release Date: 2017-06-14 // almost 6 years ago-
- 🆕 New
ycmd-eldoc-mode
. ycmd-eldoc
mode retrieves eldoc message asynchronously.ycmd-eldoc
sends aGetType
request as fallback if the completion request has not returned anything.ycmd-eldoc
gets automatically disabled if there is not semantic completer support for major mode. This prevents error messages in minibuffer.*ymcd-fixits*
buffer can now also show responses fromRefactorRename
requests- ➕ Add
ycmd-completer
command and new variableycmd-completing-read-function
- Require Emacs 24.4 as minimum version
- 👉 Use
GetTypeImprecise
as fallback inycmd-eldoc
instead ofGetType
if supported by filetype completer
- 🆕 New
Previous changes from v1.1
-
- 👉 Show message for unhandled exceptions in minibuffer
- 🛠 Fix
ycmd--conditional-parse
's current-buffer context for some cases (GoTo) - 🆕 New option
ycmd-auto-trigger-semantic-completion
for enabling/disabling semantic completion after a semantic trigger. - ➕ Add function
ycmd-filter-and-sort-candidates
to allow to use ycmd's filtering and sorting mechanism with arbitrary sets of identifiers - Enable semantic diagnostics for typescript