coc-sh
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

coc-sh

SH language server extension using bash-language-server for coc.nvim.

Install

In your vim/neovim, run command:

:CocInstall coc-sh

Features

See bash-language-server

Configuration options

Key Description Default
sh.enable true
sh.commandPath
bashIde.backgroundAnalysisMaxFiles Maximum number of files to analyze in the background. Set to 0 to disable background analysis. 500
bashIde.enableSourceErrorDiagnostics Enable diagnostics for source errors. Ignored if includeAllWorkspaceSymbols is true.
bashIde.explainshellEndpoint Configure explainshell server endpoint in order to get hover documentation on flags and options.
bashIde.globPattern Glob pattern for finding and parsing shell script files in the workspace. Used by the background analysis features across files. `**/*@(.sh
bashIde.includeAllWorkspaceSymbols Controls how symbols (e.g. variables and functions) are included and used for completion, documentation, and renaming. If false (default and recommended), then we only include symbols from sourced files (i.e. using non dynamic statements like 'source file.sh' or '. file.sh' or following ShellCheck directives). If true, then all symbols from the workspace are included.
bashIde.logLevel Controls the log level of the language server. info
bashIde.shellcheckPath Controls the executable used for ShellCheck linting information. An empty string will disable linting. shellcheck
bashIde.shellcheckArguments Additional ShellCheck arguments. Note that we already add the following arguments: --shell, --format, --external-sources.

Trigger completion in coc-settings.json to get complete list.

Development

  1. Run npm run build or npm run build:watch
  2. Link extension: npm run link / npm run unlink

License

MIT © Josa Gesell

Package Sidebar

Install

npm i coc-sh

Weekly Downloads

693

Version

1.2.2

License

MIT

Unpacked Size

14 kB

Total Files

6

Last publish

Collaborators

  • josa