Questions tagged [vscode-extensions]

47 questions
9
votes
2 answers

How do I `Ctrl+C` copy to the system clipboard with vscodevim extension in vscode/codium without using the `v` mode's system clipboard register `"*y`?

I have already changed the Ctrl+Shift+C keybinding so that I do not enter a terminal when I press it, see Keybinding Ctrl + Shift + C opens a new external terminal in vscode/codium on Linux, how to change the shortcut?. Yet, this Ctrl+Shift+C does…
7
votes
1 answer

How to show "symbols" for bash script in VScode?

In the following screenshot we can see that the outline tab for a bash script is empty, as it does not shows any symbols. Do I need to enable any extension for this? Any suggestions?
6
votes
2 answers

Visual Studio Code index files

Is it possible to let Visual Studio Code to index file content? Right now in my C code project when I want to find some declarations or calls or just search for string in content of files in the project I have to wait a long time to get results and…
4
votes
0 answers

VSCode does not activate my Python venv, despite displaying the correct interpreter

I am running VSCode on Ubuntu 24.04.2 LTS, with the Python VSCode extension installed. I have a .venv located in the root folder (rwdocs) of my workspace, which I have selected as the python interpreter: The correct path is specified in the status…
4
votes
0 answers

Visual Studio Code all extensions are gone

I opened VS Code today, and found that all of my extensions were gone. I had signed in with GitHub with settings sync. I don't know how this happened. Usually, I have extensions like Tabnine, Atom Material Theme, GitLens, GitHub Copilot, etc., but…
Sid110307
  • 147
3
votes
1 answer

gitlens how to define git path

My gitlens plugin for VSCode keeps complaining about the old git version. In the server I have a newer git in a local folder, that prevails in bash because it is on .bashrc using PATH (alias also tested). There is in internet a .json setting for the…
Ferroao
  • 220
3
votes
0 answers

R extension not formating on VScode

I've installed the VScode extensio "R" v2.5.0 by REditorSupport. After some debugging, I had it working so I could Alt + Shift + F and have VScode auto-indent my R code. Then I opened RStudio, did some stuff and went back to VScode only to find…
3
votes
2 answers

How move/copy a file from folder outside of VSCode workspace?

I have an open folder in VSCode, eg /folders/project1, this is my workspace. I want to add a file from outside of this folder, eg /media/files/file1. I wish there was a VSCode command that displays a file picker that I can select any file on my…
2
votes
1 answer

How to fix Visual Studio Code "corruption" without reinstalling?

I've been using VSCode for a little while. I wanted to see if I could change some aspects of the window decorations, so I tried installing the Custom CSS And JS Loader extension, along with the instructions for configuring it. I did note the…
2
votes
1 answer

Jupyter Slideshow in VSCode

I am trying to edit and present a slideshow inside of VSCode using Jupyter Notebooks (on a Windows 11 computer). I can make Jupyter notebooks, and I have the Jupyter Slide Show extension installed in VSCode. Picture shown below: As you can see,…
2
votes
0 answers

Is there an extension or configuration to get VScode to use a single quartet of hotkeys to navigate between split-terminals and split-editor panes?

I come from a vi background, and I'm used to using something like CtrlW+CtrlH/J/K/L to navigate around 'panes' in the editor interface, including both integrated terminals and text-editors. I've got the following configuration, which gets me pretty…
2
votes
1 answer

ssh keys issue & how to mounts as readonly in devcontainer.json?

i have windows as the host, working with devcontainer without wsl, created ssh key with custom name, let say id_github. and managed to set ssh-agent auto run, and can use git fetch with ssh key with no problem on the host, this is my…
2
votes
1 answer

change vscode Code Analysis Mode for C

Simple question but one I cannot find the answer to - having scoured the settings I can't find how to change my Code Analysis Mode from Manual. I presume other modes must exist since it bothers to tell me which mode it's in. I'm learning C so this…
2
votes
0 answers

How to setup vscode C++ intellisense to use gcc compiler?

I'm using C++ in vscode with Microsoft C/C++ Extension. I'm using g++ compiler provided in msys2: gcc --version gcc.exe (Rev6, Built by MSYS2 project) 13.1.0 When I write this code in editor, it shows error squiggles: *std::ranges::find(myvec,…
2
votes
1 answer

How to comment HTML that already contains comments?

I'm having trouble commenting out sections of HTML in cases where the sections already have comments. This is because the closing tags of the comment syntax conflict. Is there any VS Code Extension that could ease my difficulty?
arunkumaraqm
  • 121
  • 2
1
2 3 4