Live Server for VS Code showing 'Hello World' page
I have scoured google/stack/git for anything related to this problem and can't find anything even close to the problem I'm having. Which makes me think it's something really simple and boneheaded that...
View ArticleHow do can I create a Shortcut for opening curly braces?
I would like to create a Key-bind for opening curly braces " { " with the "cmd + M" Keys. Im using Visual Studio Code on a Macbook. Does anybody know how I can get the Keys "cmd + M" to open " { " ?
View ArticleVSCode Code-Snippets transform
I have this:${1/([A-Z]*)(?:_)([A-Z]+)*/${1:/downcase}${2:/downcase}/g} How to make use downcase and capitalize on the same (2)...
View ArticleCreate a form and save data with .Net in mysql
I'm new to .Net, i'm using vscode in linux. i want to create a signup form and save the data into mysql using .net mvc, i just dont know from where to start please help@model If you want to join, i'm...
View ArticleVS Code - Debugging VUE component in Laravel project - Unverified breakpoint
I'm trying to debug a VUE component in Laravel 5.5 project using VS Code.The last version of VS Code is installed. Debugger for Chrome 4.2.0 is installed. All Chrome processes are killed.launch.json in...
View Articleelectron-builder config json schema not working
In an electron app repo, I moved the electron-builder config from package.json to a separate electron-builder.json hoping to use the json schema for it. It's available in schema store also.But I'm not...
View ArticleLink GLFW properly using mingw
I just want to compile a simple c++ code in vscode that uses glfw to open up a window:#include <iostream> #include <GLFW/glfw3.h> int main() { glfwInit(); std::cout << "Hello,...
View ArticleIn VS Code / tmLanguage, How to extend HTML support for custom attributes...
I want to create an extension for vs code to support my custom HTML attribute, That highlights those attributes and show IntelliSense suggestions for static values.example: <div layout="stack" />...
View ArticleHow can I hide indent guides in VSCode?
How can I hide this lines: To get more clean code view. Like this in official documentation: How can I do that or find settings in the documentation?
View ArticleCode Completion stopped working for "Java Extension Pack"
I am currently working on a Java project using the Java Extension Pack for VS Code. Thus plugin has been working for three weeks and now the auto completion has decided to stop for no reason.Looking in...
View ArticleHandle event click in vs code showInformationMessage
following line gives below error: vscode.window.showInformationMessage("test", value) .then(url => { console.log('click'); vscode.commands.executeCommand("vscode.open", vscode.Uri.parse(url)); }); }...
View ArticleFlutter Inspector in Visual Studio code
Is there any way to inspect Flutter App elements in emulator? I am using VS code not android studio I want to inspect element from running emulator .
View ArticleWhy does python give me an error when i am importing modules?
I have installed today Python 3.8.1 (i had 3.7.* months ago, but don“t use it anymore) and I tried to write new code, but I have problems to import modules like matplotlib and so on. It will always...
View ArticleVS Code wrong ruler lines
I am trying to add rulers to my editor. However, the rulers are way off. I tried offsetting them but the offset changes from file to file.I am adding the settings json file as well where the rulers are...
View ArticleDebugging PHPUnit tests in VS Code?
I have recently configured VS code to debug PHP with xdebug. It works reliably with my application code but when I am running unit tests with PHPunit, my breakpoints are ignored.My server is run inside...
View ArticleVS code doesn't gray out unused variables
As far as I know it seems this is the setting you enter in your settings.json to enable unused variables & imports that aren't used to appear grayed out."editor.showUnused": true, I do get an...
View ArticleCorrectly setup Eslint Airbnb with VScode in Vue project
This is my Vuejs code without linting.After I run npm run lint --fixCode is like thisBut again I do some change and press Control + C. It's get formatted to the old code and gives me back same linting...
View ArticleVS Code folder structure layout
Recently the layout of how folders inside of folders are being displayed on my editor in the left panel has changed and I was looking for a way to change it back. Currently I see this sort of layout...
View ArticleHow to move the debug pointer to change the execution flow in Visual Studio...
I've used Visual Studio 2008 to 2017, all having this feature as shown below:The yellow arrow(debug pointer) which can be used to manipulate executing line(or execution flow) while debugging, thus...
View Articlecan I indent code in Visual Studio Code without extensions?
I have been trying for a few hours now to add AutoHotKey for Visual Studio Code.Can I indent a file (like html code) in visual studio code without any extensions? Some extensions like beautify work...
View Article