How to generate Getter and Setter for Typescript in VSCode
I'm used to using webstorm to generate getter and setter for classes.Is there any way to do it with VSCode in short steps?
View ArticleHow to turn off "matching" highlighting
I don't want Visual Studio Code to highlight matching brackets, all occurrences of the same variable, etc. I find it very distracting. However, I can find no way to disable this feature. The only...
View ArticleHow to clear the entire terminal (PowerShell)
I had an issue. Using the clear or cls command in powershell clears only the visible portion of the terminal,I would like to know how to clear the entire terminal?I use VSCode by the way.
View ArticleText undefined - JavaScript
I'm currently making a chatbot for a school project. So basically what I want is for the chatbot to send a copy of a certain message from the user's input to another channel. But when I run my code it...
View ArticleShortcut for dropdown menu in Visual Code when highlighting JavaScript/React
I'm coding React in Visual Code and while trying to copy/paste a section of my code, I pressed the wrong combo of buttons and got a dropdown menu. It had about ten items on it, but all I remember...
View ArticleVisual Studio Code: Java application and remote debugging
I'm trying to figure out how to configure Visual Studio Code in order to remote debug a Java application.The application starts in a Docker container and I need to attach the debugger in the proper...
View ArticleAccept Incoming Change not appearing in VS Code
I am trying to resolve merge conflicts into a branch using vs code. However the command palette to accept incoming changes is not appearingUnlike here where the command palette is clearly visible at...
View ArticleXUnit tests only works in command line not VSCode GUI
I have a project that was created in VisualStudio and after migrated to Visual Studio Code. Now I have the following problem, when executing Debug Test or Run Test in VSCode:I got the following...
View ArticleStop long running (never-ending) search (in Visual Studio Code)
Sometimes, after I search something (or accidentally click "search for definition), mostly in PHP files, the VS starts never-ending (running blue line) search (and I hear CPU loading during that time)....
View ArticleVisual Studio Code / and in Terminal - [-Wc++11-extensions] Error
This question has been asked a couple times and I followed the recommendations but I still have the problem. Here is the error:Code:#include <iostream> using namespace std; void test() { int...
View ArticleHow do I migrate my flutter project from vscode to android studio?
I created my flutter project by typing into my CLI flutter create project_name and all this time i've been coding using VScode, and the project is near completion, which means I have to do a software...
View ArticleHow to attach to a running Android app(built with Unity) for debugging in VSCode
This should be a common requirement but I am a bit shocked that no one has answered it before. My goal is to debug in VSCode for an running Android app, which is built with Unity.If I use 'Unity...
View ArticleScriptCS 0.17.01 Error Unexpected named argument
I tried to run my program using Visual Studio's Coderunner extension as well as from terminal with the scriptcs command. My code is as follows:using System; namespace HelloWorldApplication { class...
View ArticleHow to change default volume mount in VS Code Remote Container?
How to change the default volume mount for the folder opened in the container? I have tried in my Dockerfile:RUN mkdir /root/myproject WORKDIR /root/myproject As well as my .devcontainer.json:{ "name":...
View ArticleHow do I set up Visual Studio Code to compile and run C code? [closed]
I really like Microsoft's Visual Studio Code editor and I wonder how to configure it to compile and run C code.
View Articlewarning in ./node_modules/Vuex/dist/vuex.esm.js
The project I'm testing is working fine, but after running npm run dev on my project, I get this warning message: WARNING Compiled with 1 warnings 17:06:47 warning in...
View ArticleCould not build the application for the simulator after adding...
I added dependencies to my pubspec.yaml file and pubget ran without errors, then I entered flutter run and i got this error, before adding any of the dependencies the application ran fine on the ios...
View ArticleVS Code - How to enable Html tag attribute display
I am new to VS Code and using it for Html editing. Is there a way to have the IDE show me a list of the attributes available for an Html tag? I do get Intellisense when I am typing a tag name and it...
View ArticleChanging the git user inside Visual Studio Code
The user for my git commits has changed, but I am not able to change that inside of Visual Studio Code.I changed the global settings in git, but when I want to push or sync via Visual Studio Code...
View ArticlePrettier formatting with double quotes
Anyone else come across Prettier formatting code with Double quotes instead of Single even though you explicitly set it to replace with single in the preferences? Here is a pic: After a recent update...
View Article