coc-settings.json Tools
Explore 308 schema properties: 296 active and 12 deprecated.
Schema checked 8/24/2026, 2:51:21 PM from coc.nvim release source 555f5ce (308 properties).
Share this configuration view
Includes tab, search, category, and small custom profiles.
Enable tooltip to show relative filepath of call hierarchy.
trueOpen command for callHierarchy tree view.
"edit"Window split command used by callHierarchy tree view.
"botright 30vs"Improve pressing enter inside brackets `<> {} [] ()` by adding a new empty line below and placing the cursor on it. Works with `coc#on_enter()`.
trueAutomatically update the value of b:coc_current_function on the CursorMove event.
falseSet the debounce timer for the update of b:coc_current_function on the CursorMove event.
300Enable linked editing support.
falseTell the language server that markdown text format is supported; note that markdown text may not be rendered as expected.
trueMethod to use when showing interactive messages to the user
"confirm"Method to use when printing or showing plain user messages
"echo"Exclude image links from markdown text in float windows.
trueEnable GFM breaks in markdown documents.
trueSet to false to disable float/popup support for the actions menu.
trueAutomatically apply the single quickfix action.
trueSet to true to enable formatting on save.
falseHow long before the format command run on save times out.
500Set to true to enable formatting on typing.
falseExtension used for formatting documents. When set to null, the formatter with highest priority is used.
nullCommand used for location jumps, like goto definition and goto references. Can also be a custom command that takes a file as an argument.
"edit"Maximum file size in bytes that coc.nvim should handle. Default: '10MB'.
"10MB"Message level for filtering echoed messages; can be 'more', 'warning', or 'error'.
"more"Use a prompt buffer in a float window for user input.
trueSet to false to stop the Refactor-Rename float/popup window from populating the New Name field with the old name.
trueUse Vim's quickfix list for jump locations; a restart is required when changed.
falseGenerated coc-settings.json
0 customized settings • ~/.config/nvim/coc-settings.json| 1 | {} |