Skip to content

Releases: neoclide/coc.nvim

v0.0.52

04 Feb 08:07
Compare
Choose a tag to compare
  • Break change: no messages when documentSymbol and workspaceSymbol provider
    not found.
  • Add support for configure sign in statusline.
  • Add help action for list.
  • Fix parse error on extentions update.
  • Fix wrong uri on windows.
  • Fix cancel list without close ui.
  • Improve startup time by remove jobwait.

v0.0.51

02 Feb 03:22
Compare
Choose a tag to compare
  • Break change: extentions now update automatically, prompt is removed.
  • Add check for extention compatibility.
  • Add transform support for placeholder.
  • Add check for node version.
  • Add error check for list.
  • Add settings: coc.preferences.diagnostic.virtualTextLines.
  • Fix preview window not shown.
  • Fix highlight not cleared on vim.
  • Fix highlight commands of list block vim on start.
  • Improve extention load.
  • Improve list experience.

v0.0.50

28 Jan 16:00
Compare
Choose a tag to compare
  • Break change: coc.preferences.diagnostic.echoMessage changed to enum.
  • Add mru support for commands and lists list.
  • Add coc.preferences.diagnostic.refreshOnInsertMode
  • Add Mru module.
  • Improve highlight for lists, support empty filterLabel.
  • Fix findLocations not work with nest locations.
  • Fix cursor position after apply additionalTextEdits.

v0.0.49

24 Jan 16:07
Compare
Choose a tag to compare
  • Make auto preview default for location list.
  • Add highlight for range in preview buffer.
  • Improve mosue events.

v0.0.48

24 Jan 08:47
Compare
Choose a tag to compare

Fix folder of vim-node-rpc not escaped.

v0.0.47

23 Jan 19:34
Compare
Choose a tag to compare
  • Break change: python code for denite support moved to seperated repo.
  • Break change: Quickfix list no longer used.
  • Add list support.
  • Add configuration: coc.preferences.diagnostic.virtualText.
  • Add watch for &rtp change.
  • Add support for configure g:coc_user_config and g:coc_global_extensions
  • Add support for send request to coc on vim start.
  • Add g:coc_start_at_startup support.
  • Add configuration: coc.preferences.invalidInsertCharacters.
  • Add configuration: coc.preferences.snippetStatusText.
  • Add coc#_insert_key() for insert keymap.
  • Add workspace.registerExprKeymap().
  • Add detect for vim-node-rpc abnormal exist.
  • Add requireRootPattern to languageserver configuration.
  • Fix git check, always generate keywords.
  • Fix crash when righleft set to 1 on neovim.
  • Fix snippet position could be wrong.

v0.0.46

08 Jan 20:06
Compare
Choose a tag to compare
  • Break change: throw error when languageserver id is invalid.
  • Add watcher for languageserver configuration change.
  • Fix possible invalid package.json.
  • Fix applyEdits not work sometimes.
  • Fix server still started when command search failed.
  • Fix log file not writeable.
  • Improve completion performance.

v0.0.45

03 Jan 13:29
Compare
Choose a tag to compare
  • Break change: using of g:rooter_patterns is removed.
  • Break change: diagnostics would be updated in insert mode now.
  • Add configuration: coc.preferences.rootPatterns
  • Add TM_SELECTED_TEXT and CLIPBOARD support for snippets.
  • Fix check of latest insert char failed.
  • Fix highlight not cleared sometimes.

v0.0.44

31 Dec 17:13
Compare
Choose a tag to compare
Release v0.0.44

v0.0.43

30 Dec 16:41
Compare
Choose a tag to compare
  • Break change: created keymaps use rpcrequest instead of rpcnotify.
  • Break change: snippets provider is removed, use coc-snippets for
    extention snippets.
  • Add command: coc.action.insertSnippet
  • Fix position of snippets.
  • Fix modifier of registed keymaps.
  • Fix completion triggered on complete done.
  • Fix closure function possible conflict.
  • Fix unexpected snippet cancel.
  • Fix document applyEdits, always use current lines.
  • Fix fail of yarn global command.
  • Fix check of changedtick on completion done.
  • Fix line used for textEdit of completion.
  • Fix snippet canceled by formatOnType.
  • Fix CocJumpPlaceholder not fired
  • Optimize content synchronize.