❗️Break changes #3886
chemzqm
started this conversation in
Show and tell
❗️Break changes
#3886
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2024-07-22
diagnostic.separateRelatedInformationAsDiagnostics
has been removed2024-05-30
2024-03-20
CocSem + type
toCocSemType + type
CocSem + modifier + type
toCocSemTypeMod + type + modifier
2023-08-31
inlayHint.subSeparator
inlayHint.typeSeparator
inlayHint.parameterSeparator
2023-01-29
source
actions are excluded when request code actions with range, use<Plug>(coc-codeaction-source)
to get source actions.2022-11-26
Use CTRL-R expression instead of timer for popup menu related functions, they should only be used for
<expr>
key-mappings:coc#pum#insert()
coc#pum#one_more()
coc#pum#next()
coc#pum#prev()
coc#pum#stop()
coc#pum#cancel()
coc#pum#confirm()
2022-10-27
2022-9-20
2022-9-12
suggest.detailMaxLength
, usesuggest.labelMaxLength
instead.inlayHint.filetypes
, useinlayHint.enable
with scoped languages instead.semanticTokens.filetypes
, usesemanticTokens.enable
with scoped languages instead.workspaceFolderValue
instead ofworkspaceValue
forConfigurationInspect
returned byWorkspaceConfiguration.inspect()
.Current master & release branch
CocFloating
andCocMenuSel
could be dynamically created by create low contrast colors.DiagnosticUnderline*
highlight groups are used for diagnostic underline highlights when available.DiagnosticSign*
highlight groups are used for diagnostic signs when available.CocInlayHint
uses background ofSignColumn
.EasyMotion#is_active()
, use easymotion's autocmd instead https://github.com/neoclide/coc.nvim/wiki/F.A.Q#unexpected-diagnostics-when-using-easymotion.CocAction('codeAction')
to avoid conflict with line mode selection."diagnostic.format"
to%message (%source%code)
like VSCode.typings/index.d.ts
,FloatFactory
changed to interface, usewindow.createFloatFactory()
to createFloatFactory
instead. (old API still works, but not use"floatFactory.floatConfig"
as default).0.0.82
:h coc-completion
or [WIP] Custom completion menu #3862suggest.enablePreview
suggest.keepCompleteopt
suggest.disableKind
suggest.disableMenu
suggest.floatEnable
suggest.disableMenuShortcut
."suggest.noselect"
changed tofalse
by default, like VSCode."suggest.enablePreselect"
changed totrue
by default, like VSCode."suggest.formatItems"
for customize layout in popupmenu.list.matchHighlightGroup
, use highlight groupCocListSearch
for matched characters.notification.preferMenuPicker
progressOnInitialization
for language client by default.repeat#set
for commands that make changes only.0.0.81
list.matchHighlightGroup
, use highlight groupCocListSearch
for matched characters.notification.preferMenuPicker
Beta Was this translation helpful? Give feedback.
All reactions