Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Firestore Security Rules LSPNew to Visual Studio Code? Get it now.
Firestore Security Rules LSP

Firestore Security Rules LSP

Julind Mara

|
404 installs
| (1) | Free
LSP Extension for the Firebase Firestore Security Rules language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Firestore Rules LSP VSCode Extension

This extension in comparison to others available in the market place, utilizes a LSP (Language Server Provider) and does not rely on semantic calculations on the extension level.

Upon preparation the extension simply wraps around it, and can utilze the features that the LSP is able to provide instead of running its own calculations. The LSP runs natively on machine (its not a node app) so that memory and cpu overhead is kept at minium. The source code of the LSP can be found here.

Make sure the theme you are using supports semantic color tokenizations, otherwise you will not see colors. This is because the extension does not come with a textmate grammar definition that (old) themes might use for token colorization.

The default VSCode theme does have this feature.

Current features

  • Syntax highlighting
  • Autocomplete
  • Go to definition
  • Find references
  • Type inference
  • Symbol rename
  • Linting
    • Wrong return type for if rules
    • Unused variable definition
    • Unused function declaration
    • Recursive function calls
    • More than ten let variable bindings
  • Method/Variable documentation
  • Syntax errors
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft