"Find All References" across files for a method/function in VSCode is not...
Visual Studio Code version 1.27.2Find all References only list references in the current file. I need to find all references across files in a project. Is it possible ?Something like find usagesIf you...
View ArticleGolang with vs code : invalid type error while the type exist
I use go (golang) with vs code on ubuntu 18.04.I use gopls as laguage server.my code is organized something like/package a f.go /package moretypes g.go and I use type from moretypes in a. meaning in...
View ArticleExpand all variables in VS Code when using PHP Debug and XDebug
When using VS Code with PHP Debug and XDebug is there any way to expand all children of a variable as the search filter only finds things works if they are or have been expanded?
View ArticleIntellisense for AMD / Requirejs in Visual Code
Is it possible to get Intellisense working in Visual Code when using AMD modules?I have my jsconfig.json file set to:{ "compilerOptions": { "target": "es5", "module": "amd" }, "exclude": [...
View ArticleVS Code cannot support SQL syntax [closed]
So recently I've tried to use VS code to practice my sql practical exercises, what I found out was that the datatype of SQL is not supported in VS code and instead it supports MSSQL syntax. Is it...
View ArticleActivating Anaconda Environment in VsCode
I have Anaconda working on my system and VsCode working, but how do I get VsCode to activate a specific environment when running my python script?
View ArticleRUST cargo run task with arguments in vscode
Is there a way to specify arguments to a RUST cargo command running as VS CODE task? Or should I be trying this as an NPM script? (of course, this is RUST, so I am using CARGO and npm, creating a...
View ArticleHow do I transfer my Python script including my module to the micro:bit?
We use the micro:bit with the accessory Bit:bot XL. I have a module (robot.py) with just a single function for the Bit:bot (for now). In my script (my.py) I import this function. But after flashing the...
View ArticleVSCode with PHP5
I'm struggling with setting up environment for old tech project with PHP5. My OS is Windows and I have installed so far VSCode plugins: PHP Debug, PHP Intelephense, PHPUnit, PHPUnit Test Explorer. I...
View ArticleFilter out *.spec.ts files in the VSCode Explorer?
Is it possible to temporarily filter out *.spec.ts files in the VSCode explorer via the UI?
View ArticleAutomatic TypeScript `import` formatting in Visual Studio Code
I'm working on an Angular 9 project in Visual Studio Code. When I type the name of an existing TypeScript class, I press Ctrl + . to import it automatically. How can I configure the auto-import...
View ArticleLighbox2 doesn't work for image gallery. Working on VS code v.1.35 Kali linux
I'm trying to make a gallery on my site. I download lightbox2 and drop lightbox-plus-jquery.min.js and lightbox.min.css into my site's folder. Made a link for both of them and then did the following...
View Articletell cucumber how to use camelCase
I am using Maven and cucumber in test automation. How can I use camelCase while writing my codes as cucumber is using snakeCase by default. Is there a way to manage it in pom.xml file in maven?btw, my...
View ArticleResolve merge conflicts toolbar not showing in VS Code
I'm using the latest version of VS Code, and did a git stash, git pull, git stash apply. Normally when there are merge conflicts I can see this toolbar to solve them (Accept incoming, etc.) but this...
View ArticleWhat is the VS 2019 equivalent of the keyboard shortcut...
I currently am regularly trying to move files in VS2019 via my keyboard since I have become accustomed to it in VSCode. In VSCode I have a mapping for:{ "key": "ctrl+alt+right", "command":...
View ArticleIs it possible to revert only block of code changes of a commit?
So I am working with Visual Studio Code, and Sourcetree.Let say I do have a file named Occupation.tsOccupation.ts (Initial Commit)private getOccupationCategoryTable(index: number): string { switch...
View ArticleHow to log file data onclick on vscode workspace using onDidChangeSelection...
I want to get file data on file click on workspace. For example I have todo-list project folder and a file named app.js. I want to log app.jss' vscode metadata in debug console on file click in...
View ArticleVisual Studio Code - Target of URI doesn't exist 'package:flutter/material.dart'
I've just setup my Macbook for flutter development, So I downloaded flutter sdk, and placed it in my Documents. After, I setup my path variable to work with flutter in my command line.I execute the...
View ArticleStuck: [Remote - SSH 0.49.0] Setting up SSH Host DEV: (details) Initializing...
I have successfully used the vscode's extension Remote-SSH on a few remote linux servers. However, I cannot get past the "Acquiring lock" message in my vscode terminal on one particular server and...
View ArticleDebug VSCode 1.38 doesn't work for python
I have a python file, but when I try to debug this file, it doesn't work. First in VSCode, no problems have been detected. So when I start the debugging I have the following situation (see image)But it...
View Article