Releases: neoclide/coc.nvim
v0.0.12
-
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
forBufCreate
-
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
-
Improved for tsserver:
- Add
watchBuild
command for build current project with watch in terminal. - Support of untitled buffer
- Support
projectRootPath
- Add
-
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 workspaceopenResource
. -
Add clear coc signs on
:CocRestart
. -
Break change all buffer types except
nofile
help
andquickfix
are
watched for changes.
v0.0.10
-
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
- Use
-
Add ability to recover from unload buffer.
Sometimes
bufReadPost
BufEnter
could be not be fired on buffer create,
check buffer onCursorHold
andTextChanged
to fix this issue. -
Add tsserver features:
tsserver.formatOnSave
andtsserver.orgnizeImportOnSave
Both default to false.
-
Add tests for completion sources.
v0.0.9
v0.0.8
- Break change
:CocRefresh
replaced withcall 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
- 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