bash-language-server A language server for Bash开源项目

我要开发同款
匿名用户2021年11月09日
73阅读
开发技术SHELL
所属分类终端/远程登录、应用工具
授权协议MIT License

作品详情

BashLanguageServer

BashlanguageserverimplementationbasedonTreeSitteranditsgrammarforBashwithexplainshellintegration.

FeaturesJumptodeclarationFindreferencesCodeOutline&ShowSymbolsHighlightoccurrencesCodecompletionSimplediagnosticsreportingDocumentationforflagsonhoverWorkspacesymbolsRenamesymbolInstallationnpmi-gbash-language-server

Ifyouencounterinstallationerrors,ensureyouhavenodeversion8ornewer(node--version).

Clients

ThefollowingeditorsandIDEshaveavailableclients:

VisualStudioCode(BashIDE)Atom(ide-bash)SublimeText(LSP-bash)Vim(seebelow)Neovim(seebelow)Oni(seebelow)Eclipse(ShellWax)Emacs(seebelow)JupyterLab(jupyterlab-lsp)Vim

ForVim8orlaterinstallthepluginprabirshrestha/vim-lspandaddthefollowingconfigurationto.vimrc:

ifexecutable('bash-language-server')auUserlsp_setupcalllsp#register_server({\'name':'bash-language-server',\'cmd':{server_info->[&shell,&shellcmdflag,'bash-language-serverstart']},\'allowlist':['sh'],\})endif

ForVim8orNeovimusingneoclide/coc.nvim,accordingtoit'sWikiarticle,addthefollowingtoyourcoc-settings.json:

"languageserver":{"bash":{"command":"bash-language-server","args":["start"],"filetypes":["sh"],"ignoredRootPaths":["~"]}}

ForVim8orNeoVimusingdense-analysis/aleaddthefollowingconfigurationtoyour.vimrc:

letg:ale_linters={\'sh':['language_server'],\}Neovim

ForNeoVimusingautozimu/LanguageClient-neovim,addthefollowingconfigurationtoinit.vim:

letg:LanguageClient_serverCommands={\'sh':['bash-language-server','start']\}

ForNeoVimv0.5(nightly)usingitsbuilt-inlsp,installneovim/nvim-lspconfigandaddthefollowingconfigurationtoeitheryourinit.vimorinit.lua

init.vim:

luarequire'lspconfig'.bashls.setup{}

or

init.lua:

require'lspconfig'.bashls.setup{}Oni

Ontheconfigfile(File->Preferences->EditOniconfig)addthefollowingconfiguration:

"language.bash.languageServer.command":"bash-language-server","language.bash.languageServer.arguments":["start"],Emacs

Lsp-modehasabuilt-inclient,canbeinstalledbyuse-package.Addtheconfigurationtoyour.emacs.d/init.el

(use-packagelsp-mode:commandslsp:hook(sh-mode.lsp))DevelopmentGuide

Pleaseseedocs/development-guideformoreinformation.

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论