Releases: neoclide/coc.nvim
Releases · neoclide/coc.nvim
v0.0.22
v0.0.21
- Break change:
coc.preferences.formatOnType
default tofalse
. - Break change: snippet completion disabled in
string
andcomment
. - Add support for register local extension.
- Add title for commands in
Denite coc-command
- Fix prompt hidden by echo message.
- Fix contribute commands not shown in denite interface.
- Fix parse of
iskeyword
, support character range. - Fix
triggerKind
of completion. - Fix install extension from url not reloaded.
v0.0.20
- Break change:
:CocDisable
disabled all events from vim. - Break change: new snippet implementation.
- Support multiple line snippet.
- Support VSCode snippet extension.
- Support completion of snippets from snippet extension.
- Add highlight groups for different severity.
- Add
coc.preferences.formatOnType
option. - Add
coc.preferences.snippets.enable
option. - Fix snippet not works as
insertText
. - Fix echo message with multiple lines.
- Fix
signatureHelp
withshowcmd
disabled. - Fix location list cleared on
:lopen
. - Fix diagnostic info not cleared on
:CocDisable
- Fix diagnostic info not cleared on buffer unload.
- Fix buffer highlight not cleared on
highlight
action. - Fix format on type not work as expected.
v0.0.19
- break change: use
CursorMove
instead ofCursorHold
for diagnostic
message. - break change: direct move to diagnostic position would show diagnostic
message without truncate. - break change: snippet would be canceled when mode changed to normal, no
mapping of<esc>
any more. - Add format document on
insertLeave
whenonTypeFormat
is supported. - Add buffer operations on resource edit.
- Add
uninstall
action forDenite coc-extension
. - Fix active extension on command not working.
- Fix delete file from resource edit not works.
v0.0.18
v0.0.17
- Fix wrong configuration on update.
- Fix install command with tag version.
- Fix using of unsafe
new Buffer
. - Add support of trace format & resource operations.
- Add support of json validation for extension.
- Add support of format on save by
coc.preferences.formatOnSaveFiletypes
Better extension support
- Add
Denite coc-extension
for manage extensions. - Add actions for manage extension including
toggleExtension
reloadExtension
deactivateExtension
- Add check for extension update everyday.
- Fix extensions using same process of coc itself.
- Fix
configurationSection
should be null if none was specified. - Fix incorrect
CompletionTriggerKind
Using separate extensions
- Break change: all extension all seperated from core, checkout
Using coc extension - Fix
textDocumentSync
option not work when received as object. - Fix wrong diagnostic info when using multiple lint servers.
- Use
CursorHold
for show diagnostic message. - Add option
coc.preferences.enableMessage
to disable showing of diagnostic
message. - Add new events module for receive vim events.
- Add support for
prepareRename
. - Add support for
CodeActionOptions
v0.0.14
Full support fo LSP
- Add multiply provider support for all features.
- Add
documentLink
support - Add
documentHighlight
support - Add
foldingRange
support - Add support of
documentSelector
same as VSCode - Add
keepfocus
option foropen_terminal
. - Add
onTypeFormat
feature for language server - Add
onTypeFormat
support for tsserver. - Add
callAsync
for async request to vim. - Add
CocActionAsync
function send async request to server. - Fix diagnostic and arguments of tsserver.
- Fix sometimes client status invalid.
- Fix
window/showMessageRequest
request.