vscode extension for auto complete inside html script tag
I’m creating a vscode extension that adds some custom autofill capabilities to the script tags inside an html file. It’s based on this example from vscodes extension tutorial page.
VS code extension – Gutter icons
I am currently using codelens inorder to click and proceed to action , How do I add gutter icon with quick pick menu to show actions , Thanks
Gloable variable value changes in VS code
I am working on VS code extension, where I have a global variable which has the value of the working directory and set and get functions to modify or to get it.
One of the functionality of the extension is to open the folder with the saved directory, however after opening it , the global value of the currentDirectcry
is set to ‘NULL’ again
Gloable variable value is lost in VS code
I am working on VS code extension, where I have a global variable which has the value of the working directory and set and get functions to modify or to get it.
One of the functionality of the extension is to open the folder with the saved directory, however after opening it , the global value of the currentDirectcry
is set to ‘NULL’ again
VSCode Autocomplete Not Displaying
I am currently running Visual Studio Code in WSL, and for some reason autocomplete doesn’t work. I’m not sure why autocomplete isn’t working. Any solution would be greatly appreciated. It doesn’t even work when I’m not in WSL. So i’m not sure what the issue is.
clearBtn. only shows variables within the scope of the class