Skip to content

feat(#29): add basic LSP with support for Nuxt#84

Merged
phoenix-ru merged 11 commits intomasterfrom
feat/29-implement-lsp-for-nuxt
Feb 18, 2026
Merged

feat(#29): add basic LSP with support for Nuxt#84
phoenix-ru merged 11 commits intomasterfrom
feat/29-implement-lsp-for-nuxt

Conversation

@phoenix-ru
Copy link
Copy Markdown
Owner

@phoenix-ru phoenix-ru commented Jan 15, 2026

Contributes to #29

This adds a super basic LSP server tailored for use with Nuxt projects. The server was born out of frustration of multiple different tools not working with medium-to-large (50K+ LOC) Nuxt codebases.

Currently only implements the very simple functionality:

  • Autocompletion of Nuxt auto-importable component and symbol names (see https://nuxt.com/docs/4.x/examples/features/auto-imports) - with limitation to only prefix-matching and no context awareness yet;
  • Click-through on known components and symbol names (same set as for autocompletion);
  • Displaying parsing errors as diagnostics;

Try it

For a (very concise) guide on how to use it, refer to crates/fervid_lsp/README.md

@phoenix-ru phoenix-ru mentioned this pull request Jan 15, 2026
4 tasks
@phoenix-ru phoenix-ru merged commit b0e1b44 into master Feb 18, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant