All Versions
4
Latest Version
1.2
Avg Release Cycle
296 days
Latest Release
2508 days ago

Changelog History

  • v1.2 Changes

    June 14, 2017
    • ๐Ÿ†• New ycmd-eldoc-mode.
    • ycmd-eldoc mode retrieves eldoc message asynchronously.
    • ycmd-eldoc sends a GetType 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 from RefactorRename requests
    • โž• Add ycmd-completer command and new variable ycmd-completing-read-function
    • Require Emacs 24.4 as minimum version
    • ๐Ÿ‘‰ Use GetTypeImprecise as fallback in ycmd-eldoc instead of GetType if supported by filetype completer
  • v1.1 Changes

    March 29, 2017
    • ๐Ÿ‘‰ 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
  • v1.0 Changes

    November 21, 2016
    • Server start is non-blocking
    • ๐Ÿ‘Œ Support for mode/language keywords
    • โž• Add Emacs menu entry
    • ๐Ÿ‘ Extended company-ycmd support for go, javascript, typescript and rust
    • More completer subcommands
    • ๐Ÿ‘Œ Support for libclang fixits
    • View modes for references and fixits
    • ๐Ÿ‘ Eldoc support
    • ๐Ÿ— Test suite and builds on travis-ci.org
    • etc.
  • v0.9 Changes

    January 09, 2015

    emacs-ycmd has been under development for some time now, and we've processed a lot of feedback and patches from some great users. I think it's ready for a wider audience, so here goes!