Qiming zhao
Qiming zhao
> The line became async async destroy It's expected, the unnecessary `async` would be removed after confirm completion. Try lastest coc.nvim and recent tsserver.
> Which dependencies does coc-eslint require (e.g. eslint itself) Configuration file of eslint and global or local eslint with plugins of eslint. > Does coc-eslint work with global or local...
Failed to install by `npm install gitteh` ``` npm error path /module/node_modules/gitteh npm error command failed npm error command sh -c node install.js npm error fs.js:45 npm error } =...
It requires CMake 2.6 and gcc to install, seems not good idea for coc-git
Supported on [email protected]
I Can't figure out option `--traceResolution ` https://github.com/microsoft/TypeScript-wiki/blob/main/Standalone-Server-(tsserver).md
It's configuration in tsconfig.json ```json { "compilerOptions": { "traceResolution": true } } ``` https://www.typescriptlang.org/tsconfig/#traceResolution Enable it and checkout the tsserver log.
I see, it seems expected as diagnostics not refreshed on insert mode by default, seems you're using easy mode vim, configure `"diagnostic.refreshOnInsertMode": true` to enable diagnostic refresh on insert mode....
You can use `spellsuggest()` to get the list, PR welcome.
You can use those commands like `vim.fn.CocAction("runCommand", "java.action.showSupertypeHierarchy", ...)` they're internal like vscode-java which draw clickable icons for those commands.