❗️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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
2024-07-22
diagnostic.separateRelatedInformationAsDiagnosticshas been removed2024-05-30
2024-03-20
CocSem + typetoCocSemType + typeCocSem + modifier + typetoCocSemTypeMod + type + modifier2023-08-31
inlayHint.subSeparatorinlayHint.typeSeparatorinlayHint.parameterSeparator2023-01-29
sourceactions 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.labelMaxLengthinstead.inlayHint.filetypes, useinlayHint.enablewith scoped languages instead.semanticTokens.filetypes, usesemanticTokens.enablewith scoped languages instead.workspaceFolderValueinstead ofworkspaceValueforConfigurationInspectreturned byWorkspaceConfiguration.inspect().Current master & release branch
CocFloatingandCocMenuSelcould 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.CocInlayHintuses 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,FloatFactorychanged to interface, usewindow.createFloatFactory()to createFloatFactoryinstead. (old API still works, but not use"floatFactory.floatConfig"as default).0.0.82
:h coc-completionor [WIP] Custom completion menu #3862suggest.enablePreviewsuggest.keepCompleteoptsuggest.disableKindsuggest.disableMenusuggest.floatEnablesuggest.disableMenuShortcut."suggest.noselect"changed tofalseby default, like VSCode."suggest.enablePreselect"changed totrueby default, like VSCode."suggest.formatItems"for customize layout in popupmenu.list.matchHighlightGroup, use highlight groupCocListSearchfor matched characters.notification.preferMenuPickerprogressOnInitializationfor language client by default.repeat#setfor commands that make changes only.0.0.81
list.matchHighlightGroup, use highlight groupCocListSearchfor matched characters.notification.preferMenuPickerBeta Was this translation helpful? Give feedback.
All reactions