All Questions
Tagged with vscode or visual-studio-code
61,255 questions
0
votes
1
answer
24
views
VSCode Intellisense doesn't find my local file [closed]
I'm working on a project using the Butano library and C++. When creating new classes usually Intellisense should be able to recognize my files and all the libraries.
However, I see squiggly lines at (...
-3
votes
0
answers
41
views
How to open specific git committed file in VS Code? [closed]
Like how Git Graph allows you to open committed file to show comparisons
I want to make a VS Code extension that allows users to open committed files like that. What VS Code API should I use?
Input:
...
3
votes
1
answer
51
views
VSCode terminal does not add a space after autocompletion
I just updated VSCode to the latest version (1.107.0)
and I noticed that the terminal now does not add a space when you autocomplete. For example, writing sour and hitting Tab would produce source ...
-3
votes
0
answers
38
views
VS Code "Cannot find module" and empty pnpm list output despite successful install in a nested project [closed]
I recently reset my laptop and set up a fresh development environment on Windows. I installed Node.js (LTS) and pnpm. I cloned my repository, which has a nested folder structure.
Directory Structure:
...
0
votes
0
answers
23
views
VSCode how to auto-import Shadcn components instead of Radix/UI?
I'm using Next.js and shadcn/ui in a project. When I add new shadcn components to a file in VSCode, the usual workflow is:
Hover over the component (highlighted in red because it's not imported yet).
...
-3
votes
0
answers
19
views
Visual Studio Code Alternative CMD prompt [duplicate]
I use Visual Studio Code a lot but I wish to make the default command prompt the GIT cmd or GIT bash. I have tried looking at File >> Preferences >> Settings >> Features and ...
0
votes
0
answers
18
views
How to use debugger in Colab?
when we use vscode we can debug inside function from where we call function. How to do like that in google colab cloud server? Please help me.
def decorator(func):
def wrapper():
print(&...
1
vote
1
answer
26
views
How to turn off autocompletion in vscode under devcontainer
In recent update to latest vscode, the buildin terminal seems to show up autocompletion when I am typing.
I don't know if this is related to version(I have upgrade to latest version 1.106.3) or ...
Tooling
0
votes
1
replies
65
views
VS Code syntax highlighting error when using Blade variables inside Alpine.js @click directive
I am using Laravel Blade with Alpine.js. I am trying to pass Blade variables (an ID and a string) into a JavaScript function using the @click attribute.
However, VS Code is flagging syntax errors (red ...
Advice
0
votes
4
replies
117
views
Best resources to learn Data Structures, Algorithms, and Big-O from scratch (for Python)
I want to learn Data Structures, Algorithms, and Big-O notation from scratch, but there are too many resources online and it’s difficult to determine which ones are trustworthy or widely used by ...
-2
votes
0
answers
45
views
Intermittent ability to connect with Remote SSH [closed]
I have been trying to set up the Remote SSH extension between an AWS Workspace running Windows 2019 Server and an Ansible Controller running RHEL 8. I am using OpenSSH on the Windows side. A shared ...
Advice
0
votes
3
replies
38
views
VS Code disable automatic horizontal scrolling if current line still fits into editor
I'm experiencing something quite annoying in VS Code, namely that if I type code in a particular line, VSCode sometimes scrolls horizontally, even though I have not even used up half of the horizontal ...
Tooling
0
votes
6
replies
128
views
How do I compile c++ in vscode using compiler from 1995
I have nostalgia for the mid 90s when I first started learning c++. I would like to revisit some of my old college laboratory exercises from back then. In 1995 we used a c++ compiler on a VAX machine.
...
0
votes
0
answers
25
views
When pasting path showing error "no matching found" in wind surf , vs code even after reinstall windows 11 three time
enter image description here
When pasting any path of any folder and file in vs code Cursor code editor AI and Windsurf code editor showing "no matching found" even after delete and ...
0
votes
0
answers
67
views
Big JavaScript resource file compare
I'm comparing two very large JavaScript files generated by MicroStrategy (unminified versions from 11.4.3 and 11.5). Both files are 9–10 MB and contain long, auto-generated JS blocks.
When I use ...