Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LWC IntelliSenseNew to Visual Studio Code? Get it now.
LWC IntelliSense

LWC IntelliSense

Preview

Forcetrails

|
1,597 installs
| (0) | Free
LWC IntelliSense is your essential companion for Salesforce Lightning Web Components (LWC) development in Visual Studio Code. Enhance your productivity with advanced autocompletion, real-time suggestions, and insightful code insights tailored for Lightning Web Components. Seamlessly access your proj
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LWC Intellisense 🚀💡

LWC Intellisense provides auto-complete feature for Lightning web components 🚀. It reads the LWC source folder 📁 and provides the auto-complete feature for the custom components along with the api attributes.

Features 💡

  1. Provides auto-complete for lwc components 🧱.
  2. Provides auto-complete for @api attributes from selected LWC component 🧩.
  3. Provides auto-complete for events from the selected LWC component ⚡.

how to use

Requirements 💻

  1. VS Code version 1.82.0 and above .
  2. All your LWC components must be in the local directory so that the extension access props.

Extension Settings ⚙️

This extension contributes the following settings:

  • lwcIntellisense.folderPath: Folder path for LWC source folder, defaults to "/.force-app/main/default/lwc"
  • lwcIntellisense.nameSpace: Component namespace for LWC source folder, defaults to "c". Change this value if you have custom namespace for your managed package.

Known Issues 🚨

  1. Does not Work for LWC OSS with multiple namespaces.
  2. Miscellaneous issues with auto-complete.

🐞Submit issues /feedback/feature requests

Release Notes 🗓️

0.0.1 to 0.0.6 📜

✅ Enjoy automatic autocompletion for Lightning Web Components (LWC). Simply type "c-" to trigger autocomplete, and effortlessly complete LWC components from your project folder.

✅ Seamlessly access autocompletion for "@api" attributes within selected LWC components. Just append "api-" after the LWC Component tag name and blank space to explore autocomplete suggestions for public attributes.

✅ Easily handle events fired by the LWC components in the from the parent component. Just use "event-" to trigger autocompletion for events fired by child components.

🎉🎉🎉 Enjoy! 🎉🎉🎉

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft