Why working permanent alias in hyper terminal doesn't work in vs-code bash...
I'm on Windows 10 machine and I just installed VS-Code to use instead of Atom. I tried to use permanent alias in VS-Code Bash Terminal which I had created & was working fine in Hyper Terminal, but...
View ArticleVS Code Snippets - Regex multiple operations
I've tried for day to get snippets to work with regex, but I can't seem to wrap my head around a way of doing it.The usecase is writing LaTeX, specifically sections with automatic labeling. I have some...
View ArticleJSDoc comments not showing on absolute path import
I'm adding JSDoc function documentation and am having trouble getting my documentation comments to appear when importing the functions with an absolute page path.JSDoc function:/** * Adds two numbers...
View ArticleHow to auto format PHP code curly braces to new lines in VS Code
I'm currently using VS Code's latest version 1.41.1 (at the time of writing).I've installed PHP CS Fixer to auto-format my code. However there's a behavious that I don't like. It always formats the...
View ArticleAuto updating Angular Templates when Refactoring Code? [closed]
Anyone know of a VSCode extension that will update Angular templates when we refactor component or service properites.For example we could be referencing a state property like this:<button...
View ArticleHow to use Visual Studio Code as Default Editor for Git MergeTool
Today I was trying to use the git mergetool on Windows Command Prompt and realized that it was defaulting to use VIM, which is cool, but I'd prefer VSCode. How can I have Visual Studio Code function as...
View ArticleCan't install Visual Studio Code extensions
I downloaded the most recent version of Visual Studio Code for Windows.When i try to download and install an extension through the application itself, i'm getting a Failed to install extension x error....
View ArticleHow to configure KDiff3 as merge tool for VSCode Editor
How to configure the KDiff3 as merge tool in VSCode?
View ArticleInstantly open files when navigating the file explorer with arrow keys in VScode
Currently, I navigate the file tree in VScode with arrow keys and have to press Cmd + Down to display the file in the editor.Is there any way to navigate through the file explorer in VScode AND...
View ArticleHow to re-view merge conflicts
I did git pull origin <branch-name> and got merge conflicts in multiple files. My project is open in Microsoft's visual studio code. I viewed one of the files and chose the wrong "change". I...
View ArticleHow to trigger vscode intellisense using keyboard on osx?
All the docs keep referring to ⌃Space to launch intellisense so as to get suggestions for config files, launch configs etc. As I understand from this chart that translates to the key combination...
View ArticleVisualCode Shortcut to display autocomplete list before typing in MacOS
I am trying to display all possible words after putting the cursor in certain place in the code.The autocomplete list appears when I start writing/typing:However, I would like to see all suggested...
View ArticleHow can I switch word wrap on and off in Visual Studio Code?
When using code files, you typically don't need longer lines to wrap around. However, with .md files this is in fact rather useful. However, I can't seem to find the option to enable word wrap so...
View Articlelisp debugging in vscode?
I'm trying to walk through the Parenscript library to see how it renders, i.e. what actually happens when you make a (ps... ) call. Ideally, I'd use VSCode to set breakpoints and watches and step into...
View ArticleHow to properly use go modules in vscode?
I have used vscode 1.41.1 on my mac for a few months and it worked good until I started to use go modules for dependency management. At the moment I am rewriting a simple tool and introduce packages...
View ArticleIs it possible in VS Code to configure control + scroll-wheel to...
I'm using yarn run dev running my web development in real time using localhost:xxxx or whatever. Since my window of VS Code is transparent, I can see what's going on with the page when changing some...
View ArticleVisual Studio Code Sintax Highlight Not Working
I am using Visual Studio Code (VSC) as my IDE. My computer just updated to Catalina 10.15.2 (19C57) and since the update, now VSC is not highlighting syntax errors. The extensions I have seem to be...
View ArticleVisual Studio Code Spring Boot Reload Static Content
I'm starting to like using visual studio code for my spring boot projects. But the problem is whenever I change the static files like js and CSS, I must stop and start the project. Previously when I...
View ArticleDifference between Editor: Trim Auto Whitespace and Files: Trim Trailing...
What is the difference between the Editor: Trim Auto Whitespace and Files: Trim Trailing Whitespace settings in VSCode? They seem like redundant settings, so I want to understand how they differ.
View ArticleVS Code - Can't associate .ts file with TypeScript
When I create a .ts file in a project, VS Code interprets it as "plain text". When I try to "Configure File Association for .ts", there are a few dozen languages to choose from but TypeScript is not...
View Article