Can I control the CSS of VS code through an extension?
I’m trying to make a plugin for VS code to help me teach a beginners python class. I’m trying to get it to highlight part of the VS code UI, so that I can say something along the lines of “Click here to commit the changes you made in this file”.
Intellisense not working for object destructuring in Visual Studio Code
The intellisense of VSCode doesn’t work when destructuring an object, it returns any
as the type, no matter what.
Intellisense not working for object deconstuction in Visual Studio Code
The Intellisense of VSCode doesn’t work when deconstructing a object, it returns any
as the type, no matter what.
What to do if errors aren’t highlighted in VS Code? (JavaScript)
This error isn’t highlighted
Here is an error, but it isn’t highlighted. Others errors isn’t highlighted too. I mean, nothing is highlighted, expect those errors when some symbols are missed. What should i do?
Why is red squiggly lines showing on valid javascript code in visual studio code?
I’m having an issue with these annoying red squiggly lines showing up under my import statement. It’s really bugging me because the code runs perfectly fine, and everything works as expected. The path I’m using in the require statement is correct and points to the right file in ‘.. > controllers > UserController’. I double-checked it, and there are no typos or mistakes. Despite this, the squiggly lines won’t go away. Has anyone else dealt with this before? Any tips on how to fix it or at least get rid of those distracting lines would be greatly appreciated!
Running a JavaScript console.log command doesn’t output anything in Visual Studio Code
Javascript node doesn’t work in visual studio code editor
The terminal + the code
Automatically add parentheses when calling a JavaScript method in VS Code
In my vs code I want to put some configuration or extension so that when I call a method it automatically puts parentheses without me having to type the parentheses
How to stop running node in the output of vsCode so i can run javascript code that doesn’t use node.js
I am trying to run the code of my script.js tab in a project im making.
is there a way to see the output of a function or a console log of a single js file in VSCode? no html, just one js file
I have a pretty simple function that i wanted to test but not sure how to see the output. do i need to create an html file and link it to a browser to see the result and console? or is there a way to see the console log directly into VsCode.