| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| coc.zip | 2020-09-12 | 609.6 kB | |
| coc.tar.gz | 2020-09-12 | 609.7 kB | |
| README.md | 2020-09-12 | 2.6 kB | |
| v0.0.79.tar.gz | 2020-09-12 | 700.6 kB | |
| v0.0.79.zip | 2020-09-12 | 709.9 kB | |
| Totals: 5 Items | 2.6 MB | 0 | |
- Rework
fetchanddownloadmodule. - Add
diagnostic.locationlistUpdateconfiguration. - Add
:CocDiagnosticscommand. - Add
:CocFirstand:CocLastcommands. - Add
listDescriptionsaction. - Add
diagnosticToggleaction. - Add
coc#util#close_floats()coc#util#float_hide()functions. - Add version check warnings on startup.
- Add
<Plug>(coc-codeaction-line). - Add
fixAll&organizeImportaction - Add
installBufferfor extension install & update. - Add
workspace.expandfor expand variables and~. - Support
g:coc_sources_disable_map. - Support
http.proxyAuthorizationconfiguration. - Support parse JSON response for fetch module.
- Support
g:coc_disable_uncaught_error. - Support preview for
signature.target. - Support multiple completion registration.
- Support multiple final placeholder with value.
- Disable key-mapping when jump to final placeholder.
- Support
disableSnippetCompletionforlanguageserverconfiguration. - Support
--no-quite--no-resize--firstcommand arguments for CocList. - Support
COC_NODE_PATHenvironment variable. - Support
b:coc_diagnostic_disable - Support toggle codeLens.
- Support
listOfWorkspaceEditconfiguration. - Support
list.source.symbols.excludesconfiguration. - Support
g:node_client_debugfor enable connection log. - Support
coc.preferences.maxFileSizeconfiguration. - Support
g:coc_disable_transparent_cursor. - Use
popup_dialogfor prompt when possible.
BREAK CHANGES
- Remove automatic change locationlist on diagnostics change.
- Remove
diagnostic.locationlistconfigration. - Options of fetch and download module changed.
coc#util#install()will runyarn install --frozen-lockfilecommand to compile the code instead of fetch javascript file from github.suggest.triggerCompletionWaitnow used for debounce completion instead of completion wait time of language server.<Plug>(coc-codeaction)use entire buffer as range, not current line.- Show diagnostic virtualText for current line only.
- Remove timeout error for request to coc.nvim.
- Changed signature of
document.applyEditmethod. - Show warning for node < 10.12.0.
- Unnecessary
workspaceSymbolsaction is removed. textpropandpopupfeatures of vim8 not work on vim <= 8.1.1719.coc.preferences.extensionUpdateCheckis never by default,- Jump to final placeholder of snippet unmap navigate keys, like VSCode.
CocList commandsnot list commands from inactivated extensions.- Use vertically-splitted window for extension install & update by default.