Thrift language server
thrift-ls implements language server protocol
Usages
vim
use thriftls as a lsp provider for thrift
neovim
You can use mason to install thriftls.
And use nvim-lspconfig to configure thriftls
:LspInfo
to set lsp information. default log file location: ~/.local/state/nvim/lsp.log
.
vscode
install thrift-language-server in extension market
Configurations
config file default location:
- windows:
C:\Users\${user}\.thriftls\config.yaml
- macos, linux:
~/.thriftls/config.yaml
ScreenShot