Image of the code and the format: "hello, world" beside printf
Does anyone know how to disable this?
Image of the code and the format: "hello, world" beside printf
Does anyone know how to disable this?
put
"inlayHint.enable": false,
in your coc configuration file or use :CocCommand document.toggleInlayHint
You can read more about the feature (which used to be in coc-clangd but has now been moved to coc.nvim) by reading the help pages in neovim, assuming the coc is installed: :help coc-inlayHint