volar
⚡ Explore high-performance tooling for Vue [Moved to: https://github.com/vuejs/language-tools] (by johnsoncodehk)
nvim-lsp-installer
Further development has moved to https://github.com/williamboman/mason.nvim! (by williamboman)
volar | nvim-lsp-installer | |
---|---|---|
32 | 82 | |
4,244 | 2,022 | |
- | - | |
9.9 | 9.7 | |
about 2 years ago | over 2 years ago | |
TypeScript | Lua | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
volar
Posts with mentions or reviews of volar.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-30.
- Where are the Volar docs?
- Vetur working but not Volar in VS Code
- Let's hope this becomes real: Volar is trying to implement the generic component (generic props/emits) proposal
-
Messed up colors in VScode
Thanks man! Had the same issue and the plugin is indeed causing it. They just released an update (1.0.1) with a fix: https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md
-
Vitify Admin | Vite + Vuetify 2, Opinionated Admin Starter Template
🦾 Full TypeScript Support and intellisense for Vuetify 2 components, powered by Volar
-
State of JSX in JavaScript Frameworks
Worth mentioning, Volar, the Vue extension for VSCode, implements type checking as JSX just like Svelte.
- VS code isn't highlighting my vue code correctly, any tips? / settings.json -> "[vue]": { "editor.defaultFormatter": "octref.vetur" }
-
Attempt to call field 'setup' (a nil value) when adding volar configuration.
Hi, I used this config from Volar's GitHub, but whenever I try to do `so %` it gives me an arror
-
Volar now synchronizes variable highlighting between script and template
FYI it’s kind of broken at the moment, i had to downgrade. GitHub Issue
-
6 VSCode Extensions Necessary for Vue3 Development🔥
With the release of the official version of Vue3, the Vue team officially recommends the Volar extension to replace the Vetur extension, which not only supports Vue3 language highlighting, syntax detection, Also supports TypeScript and type checking based on vue-tsc.
nvim-lsp-installer
Posts with mentions or reviews of nvim-lsp-installer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-09.
- [Neovim] Présentation de mason.nvim
-
Unable to get a working setup for lsp
I had previous gotten a working setup with https://github.com/williamboman/nvim-lsp-installer however, I have been unable to get it working ever since.
-
How do you stay up-to-date on the plugins you use?
The only way to stay up to date, is when you read the commits if you update the plugins. In this case for the lsp-installer in the commit bfa74f4 was mentioned that the plugin will no longer maintained
-
LSP question: manage an already installed server (instead of using lspinstall)
A word of caution, I believe lspinstall has been deprecated in favor of nvim-lspinstall which itself has also been deprecated in favor of mason-lspconfig
-
AstroNvim 2.4
We have now migrated from nvim-lsp-instasller to mason which provides automatic LSP and null-ls configuration after installation
-
Best way to go about installing LSP today?
nvim-lsp-installer or mason.nvim. FYI lsp-zero also uses mason.nvim for managing installation.
-
Vue + Volar = Error Request initialize failed
I'm using nvim-lsp-installer it installs typescript when installing volar. So I had given it that path. Plus I had typescript locally installing since I'm using vue3+ts(vite) template
-
rust-analyzer changelog #146
Though mason only recently replaced nvim-lsp-installer. Same author but they decided to make a complete rewrite given the broader scope beyond only providing language servers. And nvim-dap had it's initial release in late July. The actual dap servers are all kind of mature since they've been running on vscode for a couple of years or more now - and the protocol is apparently almost as old as lsp. So when I call them beta, it's more a commentary on the state of the neovim side of the ecosystem. If you mess around getting nvim-dap to work then there's a chance things might change over the coming months and you might have to return to configuring it more often than you'd like. In this sense for now I'm happy just to open vscode or another more appropriate IDE to debug. But I can see myself using the plugins in a year or two when they've matured.
-
Is there any way to autocomplete language functions? For example, show things like fmt.Printf or fmt.Println when writing fmt.Print and pressing the autocomplete key.
Here are a few resources to get you started: 1. https://github.com/neovim/nvim-lspconfig 1. https://github.com/golang/tools/tree/master/gopls 1. https://github.com/williamboman/nvim-lsp-installer
-
rust_tools equivalent for C Sharp
Can recommend a combination of omnisharp-roslyn native LSP (installed manually or through something like mason or nvim-lsp-installer) with omnisharp-vim for some extra C#-niceties like OmniSharpRunTest, etc.
What are some alternatives?
When comparing volar and nvim-lsp-installer you can also consider the following projects:
vetur - Vue tooling for VS Code.
nvim-lspconfig - Quickstart configs for Nvim LSP
null-ls.nvim - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
lint-staged - 🚫💩 — Run tasks like formatters and linters against staged git files
omnisharp-vim - Vim omnicompletion (intellisense) and more for C#