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 ArticleIs 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 ArticleConfigure 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 ArticleCreate 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 ArticleVS 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 ArticleVSCode 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 ArticleHighlight 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 ArticleCompiling 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 ArticleVSCode 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 ArticleVSCode 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 ArticleRegex 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 ArticleSelect 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 ArticleHow 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 ArticleIs 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 ArticleCustomize 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 ArticleVSCode 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 ArticleUmbraco - 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 ArticleVS 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 ArticleFiles 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 ArticleVSCode 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