Skip to main content

Questions tagged [visual-studio-code]

An extensible IDE for desktop and the web. Visual Studio Code ≠ Visual Studio. Only add this tag for questions ABOUT Visual Studio Code- don't add it just because you happen to use it.

visual-studio-code
0 votes
0 answers
9 views

How to setup WxWidgets IntelliSense on linux VS code

how to get WxWidgets IntelliSense for Linux VScode. i was able successfully compile WxWidgets. i added '/home/udan/Documents/Libraries/wxWidgets/include' to include path, but that doesn't seems to ...
udaan jayanith's user avatar
0 votes
0 answers
11 views

dbt doc block automation with regex in VSCode

I am trying to automate creating dbt doc blocks in markdown file. My issue is when I have more than one model with their own fields, I'm not sure how to automate doc block creation. So far I have this:...
shellybeans's user avatar
0 votes
0 answers
13 views

update imports across all files after mass replacing a method header in subclasses

I have a method defined in a superclass, that is also defined in 32 subclasses async fetchDepositAddress (code: string, params = {}): { I updated this method to add a return type async ...
Sam's user avatar
  • 2,070
-5 votes
0 answers
30 views

VSCode C++ ld: symbol(s) not found for architecture arm64 problem in Mac [closed]

I have issue about the vscode with c++ when i run the single file like hello world its working good but gives this error when the header file and other files are included in the include event When ı ...
Burak Kocabaş's user avatar
1 vote
1 answer
28 views

VSCode Invisible Breakpoint?

When working in visual studio code...I've noticed that some files will always break into them when you're trying to step over them (this is a GIF by the way...click on it to see what I'm talking about ...
Scott Newman's user avatar
2 votes
1 answer
32 views

what is the keyboard shortcut to reach end of line of multicursor in ubuntu? [duplicate]

Ubuntu 24.04 VS Code Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729 Date: 2024-07-09T22:08:12.169Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-...
xkeshav's user avatar
  • 53.5k
1 vote
0 answers
23 views

Is there a way to have web dev tools (like chrome debugger) save changes to the source code? [duplicate]

Web dev tools show you the code and source files in your web pages. They also let you type code into the source file. Is there a way to save those changes to the file? For example, let's say I have ...
1.21 gigawatts's user avatar
-1 votes
0 answers
19 views

How to define typescript type that prefixes all keys of the input object?

I am trying to write a typescript definition that describes the action of adding prefix to all object keys. I found that this will describe addition and type hints understand it: type KeyConcat<...
Tomáš Zato's user avatar
  • 52.1k
0 votes
0 answers
13 views

Slow __repr__ calculation for one of Python classes slows down the jupyter notebook debugger in VSCode

I am trying to debug some code in VSCode Jupyter Notebook. I get the following warning: pydevd warning: Computing repr of Out (dict) was slow (took 6.62s) Customize report timeout by setting the `...
Maksim Gayduk's user avatar
-1 votes
1 answer
31 views

How to disable Visual Studio Code tips on hovering attributes of elements [duplicate]

Whenever I hover props of an element, VS Code shows tips like a pop up. For example in this picture it shows the type of the stroke-linejoin: I need to disable this behavior and replace it with a ...
Mehdi Faraji's user avatar
  • 3,576
0 votes
1 answer
17 views

RPGLE code does not give an outline in Visual Studio Code

I am trying out VSCode for working with [SQL]RPGLE using the Code for IBM i plugin. It seems like it will work pretty well, except for a pretty major problem I'm seeing. Whenever I open source code ...
TheLittlePeace's user avatar
0 votes
0 answers
9 views

VSCode autosuggest python imports without relying on Intellisense

I am using objects like AutoModel from the transformers and frequently come across objects that the auto-import suggestions cannot find. Rather than bothering with finding the reason it doesn't find, ...
Maximilian Mordig's user avatar
0 votes
0 answers
9 views

Is it possible to split diff in vscode merge tool?

Frequently, when two unrelated changes occur in consecutive lines, the merge tool considers them as a single conflict. Is it possible to manually split the diff into two, and resolve them separately?
warownia1's user avatar
  • 2,865
1 vote
0 answers
23 views

How to Open a downloaded File in Vscode from an Angular app

I'm working on an Angular app that can at some point contact an API to download a file. The download feature works fine, no problem with that. I use it to download a Python file. The problem comes ...
Valentin Menu Cerri's user avatar
-2 votes
0 answers
10 views

How to simplify UI of VSC (With Python) [duplicate]

Github sent me here for asking this question. When using VSC to code some python scripts I get all these overlays way too often: Sometimes it is impossible to see wha you are actually writing. They ...
Antonio Sesto's user avatar

15 30 50 per page
1
2 3 4 5
3996