I'm trying to make use of Puppeteer within a ts file which works fine except the VSCode Intellisense stops working a soon as I'm inside a .ts and not a .js file
I am working on vs code. When I open any folder the IntelliSense is not working when I hover the mouse over any text. It was working before but now I don't know
So I'm new to Unity and I'm watching a few tutorials to learn the basics. Something that got my attention is that in the videos they have an autocomplete and wh
Is there any setting where I can define when (not) to show suggestions? Currently I am setting up VS Code for writing LaTeX and I am creating a lot of user snip
Background: I wrote a game in Swift. Now I want to translate the game logic (the model) part to JS so that I can write another version of the game which can be
I am very new to javascript, but as I was working I was trying to figure out a way to get the text a user would input into an html input text box, but for some
BACKGROUND Just in case this helps you understand the problem. I came from coding in XCode with swift, back to Visual Studio Code to work on some web developmen
I'm using vscode, and php extension pack (it contains mostly used extensions). I would like to use intellisense in this foreach loop: foreach ($list_of_objs as
When chaining functionality in typescript with anonymous types for example like this: let array = [{ seed: 2 }, { seed: 3 }]; array .map(i => ({ see
I have a problem with my Visual Studio 2017 Community. I installed Visual with Python, but Intellisense doesn't detect Python modules. Screen1 Screen2 Screen
So I didn't use to have this issue as much in older versions, and it even then it was easy to get used to, but i got VS 2019 recently and now when I write code
Edit: Run npm install @types/jest To fix Just trying to type it() and the auto suggestion is isTag I've tried adding a jsconfig.json { "compilerOptions": {
When I want to edit C# Unity scripts, they open in Visual Studio. It is supposed to provide auto complete for all Unity related code, but it doesn't work. Here
Hoepfully I am not re-treading old ground. Most likely it's my lack of understanding on how vscode works, but would be greatful for some insight. Tried this on
I develop in Javascript with VSCode, and I don't want Intellisense to show class properties and methods which are private (i.e. with an underscore). Is this pos
Well, this is embarrassing, basically, the CSS Intellisense stopped working out of the blank, not sure if I can relate it with the installation of TailWind Inte
I have a problem with the Intellisense on Typescript files in Visual Studio 2022 (on 2019 I didn't have this issue). From time to time the Intellisense stops wo
Has anyone here gotten IntelliSense to work relatively flawlessly in Visual Studio Code for Arduino with DxCore projects? I've gotten most of the way, but still
I can't get get Intellisense to display any methods other than Object methods when I inherit through Ext.extend(). Is it possible for Intellisense to display t