function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AlexSF2BAlexSF2B 

Auto Import Schema or Directive in VS Code

Hi, I am a newbie to Salesforce (literally a newbie) but I do have experience in SPA Web Development with Angular & React.  As a newbie in SF, I am struggling with not knowing what schema or directive to import when working on the Lightning Web Component in VS Code.

I have already installed the Salesforce Extension Pack but it does not appear to have the "auto-import" feature.  With Angular, I can select the yellow lightbulb and the VS Code will insert the correct import schema or directive.  I am curious if there is something like that with Salesforce LWC development?

Deepak GerianiDeepak Geriani
Hello Alex,
if you are a newbie to Salesforce then welcome to the team
if you are looking for the LWC development then please refer the below link for LWC development.
https://developer.salesforce.com/docs/component-library/documentation/en/lwc
which can help you a lot in your development process.
Please mark as solved if your issue is resolved. 
Thanks
SwethaSwetha (Salesforce Developers) 
HI Alex,

You can start with Trailhead basics on LWC https://trailhead.salesforce.com/en/content/learn/projects/quick-start-lightning-web-components/create-a-hello-world-lightning-web-component

Thanks
RajandraSRajandraS
Hi Alex,

Follow these below links having good detail for the LWC development.
https://www.tutorialspoint.com/lightning_web_component_lwc_development/index.asp
https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.get_started_local_dev_setup

Hope it works!