Creating a stop in snippet "string"
I got this snippet and trying to create the next stop inside of the options. So first I select the type of, lets say I select v-if="NEXT-SHOULD-BE-HERE". How can I do that?"Select template": {...
View ArticleVisual Studio Code does not attach debugger to multi processes in python...
Hi I am trying to debug multi processes in python. This below is a portion of where I run multi-processes using Poolpool = Pool(num_half_logical_cpus) pool_result_dict = pool.starmap(process_batches,...
View ArticleHow to put the cursor at the end of all selected lines in Visual Studio Code?
I have the following code:CList.Add( new CodeStuff(941,"National List Limit CList.Add( new CodeStuff(945,"Code not used CList.Add( new CodeStuff(946,"State Building Height Limit CList.Add( new...
View ArticleTurn multiline selection into multi cursor selection in VSCode
It happens from time to time that I need to edit 100+ lines in a text file all at once.I know I can use ⌘ Cmd+↑/↓ to select multiple lines but depending on the size of the file that takes a while.In...
View ArticleSelect multiple lines with cursors at each line start
I want to select multiple lines and put a cursor at the beginning of each line. Sublime Text can do this with Ctrl-Shift-Lselect multiple linesctrl + shift + L and then put cursor at beginning of each...
View ArticleWorking on more than one project in VS Code simultaneously
Maybe it is a dummy question but while I am working on my second project in VS Code, "problems" from the first project keep appearing which is quite distracting. Is there a way I can freeze/deactivate...
View ArticleDoes anybody know which font family is this for visual studio code?
I am trying to change my theme in vsc, I saw one that I really thought it looks nice. The name is Dracula Official theme, but I cant get to work the same fonts they apparently use in the picture below....
View ArticleHow do I use snippets for Jupyter Notebook with VSCode?
I've been using VSCode for a while and at the moment I am trying to set up snippets to work. They seem to work well with simple Python (.py) files but not with Jupyter Notebook (.ipynb) files. Is there...
View ArticleIs there a way to clear out the old Jupyter URIs in VS Code
Does anyone know how to clear out the old connection strings from the list after the "Python: Specify Jupyter server URI" command is ran?
View ArticleHow to configure the VS Code shell like the developer command prompt?
I'm trying to set up a task for compiling my C++ code in Visual Studio Code. I can't get it to work... but the command it spits out works perfectly fine when I just open the Developer Command Prompt...
View ArticleWhy does VSCode insert irregular whitespace instead of normal whitespace?
when i'm writing my markdown, very often VSCode changes whitespace to something else, e.g., # Example ->#Â Example. It looks the same, but it's not whitespace (eslint says no-irregular-whitespace...
View ArticleUnity error immediately after creating a new Project
When creating a new 3D project in Unity (version 2019.3.3f1), I got an error in the Unity console without making any change or doing anything within Unity. The Error:IndexOutOfRangeException: Index was...
View ArticleVSCode debugger doesnt work when trying to debug a c++ program
I just installed vscode yesterday with MinGW (MinGW itself had a lot of problem downloading from sourceforge though i used osdn) and tried compiling a simple hello world program. The compiling and...
View ArticleUnused Variable warning in Visual Studio Code (Python)
Why do I get unused variable warning in Visual Studio Code, when there quite clearly is a use - just 3 lines below the offending variable declaration? Here the warning is given for...
View ArticleVSCode Python extension cannot find python after update on windows 10
I updated the VSCode "python" extension this morning and now it cannot find python. I installed python to "C:\Python37\" and added it to path. Running python from CMD works, such as: So there is...
View ArticleMy compiler doesn't find the gazebo libraries
I don't understand why, but my compile, visual studio code, Can't find gazebo libraries and make me an error, don't compile. In this case I'm using this libraries (all make and error):#include...
View Articleindex column after df.groupby
What is causing VS to show me a different view once .groupby has been performed. I would hope to see the table on a left in a same format as on the right, but instead i see a weird looking index.
View ArticleHow to show uses of function in Visual Studio Code?
I am used from Pycharm to be able to press ctrl + click on a function definition and see the uses. Is there an equivalent in VSC?
View ArticleDisable comment with class name in Visual Studio Code
When I create a class like below:Visual Studio Code adds the comment with Java class name above the class. How do I disable it? I mean I don't need this comment to be added at all.
View ArticleVS Code Prettier extension replaces single quotation marks to double and...
I am working on an Angular project and I started to use VSCode recently. I am using the Prettier extension (version: 1.19.1) and it works fine, the only issue is it does not allow to write needed...
View Article