Skip to content

Releases: neoclide/coc.nvim

v0.0.12

17 Aug 17:57
Compare
Choose a tag to compare
  • Fix exists terminal buffer not watched.

  • Fix buffer not attached after edit!.

  • Fix clean diagnostics of tsc command.

  • Fix refresh of buffer.

  • Fix document not found on BufEnter.

    Use rpcrequest for BufCreate

  • Fix no permission of log file.

    Disable create log file for root user.

  • Add more command for tsserver:

    • tsserver.reloadProjects
    • tsserver.openTsServerLog
    • tsserver.goToProjectConfig
    • tsserver.restart
  • Add test for workspace.

v0.0.11

16 Aug 16:49
Compare
Choose a tag to compare
  • Improved for tsserver:

    • Add watchBuild command for build current project with watch in terminal.
    • Support of untitled buffer
    • Support projectRootPath
  • Fix detach error of document.

  • Fix trigger characters not works for some source.

  • Fix document possible not sync before save.

  • Fix denite errors with 0 as result.

  • Fix wrong arguments of tsserver refactor command.

  • Use drop for workspace openResource.

  • Add clear coc signs on :CocRestart.

  • Break change all buffer types except nofile help and quickfix are
    watched for changes.

v0.0.10

15 Aug 04:39
Compare
Choose a tag to compare
  • Fix filter of completion items on fast input.

  • Fix sometimes fails of include & neosnippet source.

  • Fix sometimes fails to find global modules.

  • Improve complete source initialization.

    • Always respect change of configuration.
  • Add ability to start standalone coc service for debugging.

    • Use NVIM_LISTEN_ADDRESS=/tmp/nvim nvim to start
      neovim.
    • Start coc server by command like node bin/server.js
  • Add ability to recover from unload buffer.

    Sometimes bufReadPost BufEnter could be not be fired on buffer create,
    check buffer on CursorHold and TextChanged to fix this issue.

  • Add tsserver features: tsserver.formatOnSave and tsserver.orgnizeImportOnSave

    Both default to false.

  • Add tests for completion sources.

v0.0.9

14 Aug 02:13
Compare
Choose a tag to compare
  • Fix remote source not working.
  • Fix sort of completion items.
  • Fix EPIPE error from net module.
  • Add tslint.lintProject command.
  • Add config coc.preferences.maxCompleteItemCount.
  • Add g:coc_auto_copen, default to 1.

v0.0.8

12 Aug 13:05
Compare
Choose a tag to compare
  • Break change :CocRefresh replaced with call CocAction('refreshSource').
  • Add :CocRestart for service restart.
  • Add support filetype change of buffer.
  • Add basic test for completion.
  • Improve loading speed, use child process to initialize vim sources.
  • Improve install.sh, install node when not exists.
  • Improve interface of workspace.
  • Fix loading of configuration content.

v0.0.7

11 Aug 07:12
Compare
Choose a tag to compare
  • Change to use coc#util#install for installation.
  • Add support for filetype typescriptreact.
  • Add support for multiple addWillSaveUntilListener.
  • Add internal option for command.
  • Add rangeLength to document change params
  • Fix signature help behaviour
  • Fix location list for diagnostics.
  • Fix dispose for all modules.
  • Fix fixOnSave for eslint & tslint

v0.0.6

06 Aug 10:56
Compare
Choose a tag to compare
Release v0.0.6

v0.0.5

05 Aug 15:26
Compare
Choose a tag to compare

New features:

  • Dynamic root support for workspace.
  • Expand snippet on confirm.
  • <Plug>(coc-complete-custom) for complete custom sources.
  • Add command :CocErrors for debug node-client.

v0.0.4

01 Aug 18:28
Compare
Choose a tag to compare
Release v0.0.4

v0.0.3

31 Jul 17:02
Compare
Choose a tag to compare
Release v0.0.3