Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Browsing all 98564 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

can we customize link detection in VSCODE's integrated terminal

VSCODE can auto-detect links in the integrated terminal as below.Can it be customized? Ex: All email IDs to be opened in the default mail app.

View Article


Is there a VS Code plugin to highlight JS files that are never imported...

It would be nice to be able to understand if files are not being imported.Happens a lot that some files stay behind after some refactors and checking if they are used manually can be time-consuming.

View Article


Configure PCL and its dependencies on Visual Studio Code in Ubuntu 16.04

Hi everybodyI decided to use VsCode for writing c++ code using PCL(point cloud library). I have installed properly PCL and its dependent libraries(Boost, VTK, Eigen, FLANN, ...) on Ubuntu 16.04. i have...

View Article

Image may be NSFW.
Clik here to view.

Create tasks in Visual Studio Code per user

When I created a Node task for Visual Studio Code it created a tasks.json file inside the .settings folder for the folder that you have open (node-app in this case as shown in the image below). ie: it...

View Article

VS Code User tasks.json

I've got a handful of custom tasks in VS Code that I want to share across multiple projects. The tasks are currently installed in $PROJECT_DIR/.vscode/tasks.json.Where should I put my tasks file so...

View Article


VSCode and TypeScript - refactoring/renaming without opening the affected files

Using Visual Studio Code with a TypeScript application, is it possible to rename a variable/function without the affected files to be automatically open in the Editor area? I'd like my refactorings to...

View Article

Image may be NSFW.
Clik here to view.

Highlight functions in Visual Studio Code like NetBeans

What I need to have is demonstrated in the following two screen shots, where first one from NetBeans IDE 8.2 and the second from VSCode 1.17.2.I typically wants to have the white highlight,on the left,...

View Article

Compiling pascal program in Visual Studio Code for Linux

Recently, I switched my OS to Ubuntu. I just started with collage and I have to learn pascal for my finals. But a problem occurred. I installed Visual Studio Code and Pascal extension for it, but I am...

View Article


Image may be NSFW.
Clik here to view.

VSCode AutoImport Setup / Configuration / Enhancement

I'm trying to get VSCode to import packages from my lib correctly. One minutes it works, next minute it doesn't.Tested in PHPStorm and it works fine, however VSCode is now not having any of it, I have...

View Article


VSCode editor not filling all space available

When I open a file in VSCode, its not filling all editor space but instead of that, it stays in the middle and with a small width. How could I fix it to not resize and fill all space available.The...

View Article

Regex find all word characters not in single-line comment

Fellow coders!I need a way for regex to recognize all \w word characters that are NOT located inside a single-line comment.In my instance, I am using Asciidoc, and single-line comments begin with // at...

View Article

Select matching element/rename HTML tag in Visual Studio Code

Let's say I've got the following code<div class="footer"> <div>Foo</div> </div> How can I change .footer from a div element to a footer element?That is, if I have the cursor in...

View Article

Image may be NSFW.
Clik here to view.

How to disable VS Code auto-rename-tag / HTML mirror feature?

I wanted to be able to easily edit HTML tags together. It seemed to me like this is such an easy thing to implement nowadays, so I've installed this auto-rename-tag extension, and it turned out to be...

View Article


Is there a way to find and replace on columns in vs code?

I am using VS Code to rewrite some SQL, and I am trying to rename a bunch of columns. I am basically trying to take the column name from the table and replace the underscore with a space. I can do...

View Article

Image may be NSFW.
Clik here to view.

Customize block quote color in VSCode theme

I am using Nord theme in VScode. The block quotes in the markdown files look like this which is very illegible. How to change the text background?I have tried the followings in User Settings but it not...

View Article


VSCode display hex values for variables in debug mode

Is VSCode able to display hex values for local variables in debug mode ? I have been searching for a way to make this happen but with no success.

View Article

Umbraco - Error when trying to run 'IIS Express: Start Website' in Visual...

I've just downloaded and installed Umbraco, IIS, and IIS Express (installed the following extension IIS Express in VS Code:...

View Article


VS Code Extension - Making a Kerberos-authenticated http request

I'm building a vscode extension for internal use. The workflow for this extension is for it to send contents of the file that the user is editing to a REST server for some external validation. This...

View Article

Files in git repository are duplicated or removed and added

I've had the following two issues with a few local Git repositories on macOS 10.15.1 using Git 2.25.0, and I am not sure what causes this to happen:The status of some or all files in a repository is...

View Article

VSCode failed to load plugin cannot find module 'eslint-plugin-prettier'

I'm installing eslint and Prettier in my project and trying to get automatic code formatting to work through VSCode. When I go to a React file, I see that ESLint is in error so I open up the ESLint...

View Article
Browsing all 98564 articles
Browse latest View live