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

|
119 installs
| (0) | 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 is currently in alpha

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

Current features

  • Syntax highlighting
    • Make sure the theme you are using support semantic color tokenizations, otherwise you will not see colors. The default VSCode theme does have this feature.
  • Autocomplete
    • You might want to close the return or let expression with a ; currently in this alpha to let the type inference work during line declaration
  • Linting
  • Type inference (In conjuction with the autocomplete)
  • Syntax errors
  • Definition support
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft