recently i am developing chrome extension. using js,html,css however for every action i am searching google for chrome.* api reference. is there any way to add extension for auto complete of chrome.* api methods in vscode?
If you use Vscode, just create or update jsconfig.json at the root of project :
{"typeAcquisition": {"include": ["chrome"]}}
Reference (User: ewwink): https://www.reddit.com/r/vscode/comments/93c2ez/chrome_extension_autocomplete/
Steps:
settings. JSON{"typeAcquisition": {"include": ["chrome"]}}


If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With