Unresolved import 'MySQLdb' on Windows 10
My Python version is 2.7.15. I have tried the pip install MySQL-python command, but it returned the following errors: PS C:\Users\user\insertTable> pip install MySQL-python Collecting MySQL-python...
View ArticleVisual Studio Code and PHP DocBlocker start snippets not replaced
This problem I got in VSCode with PHP DocBlocker and with VS DocBlokr also.I type start snippet /**, press TAB or ENTER. And I got: /**/** * Undocumented function * * @return void */ public function...
View ArticleHow to autocomplete when source code becomes invalid after user input?
I am developing a VSCode extension offering autocompletion for a customized language. It intends to auto suggest based on what user is typing, using info from the compiler, e.g., previously defined...
View ArticleHow can i activate document via vscode extension command?
In VS Code extension development,I want to activate(or open) specific document that is in filesystem.I tried let...
View ArticleDebug Azure Devops powershell scripts locally in VSCode
Judging from the Debugging Azure Functionshttps://docs.microsoft.com/en-us/azure/azure-functions/functions-debug-powershell-local, it looks possible. Can somebody post a detailed example?Let's say we...
View ArticleHow to open a shell command prompt inside Visual Studio Code?
When using Visual Studio Code, how do I run command line programs, such as a choco (Chocolatey) command? Do I need to have a separate Command Line (CMD.exe) running outside VS Code, or is there a hot...
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 ArticleCan't find Flutter Inspector / Toggle Debug Paint in Visual Studio Code
Trying to find the option Toggle Debug Paint or Flutter Inspector with no success in VS Code.I have Flutter and Dart extensions installed on version 2.24.0.
View Articleuse node-gyp exception : LNK2001 unresolved external symbol
use node-gyp build native module, it throws an exception: error LNK2001 unresolved external symbolexample code:index.cpp #include <node.h> extern "C" { #include "demo.h" } demo.h int testFn();...
View Article"code ." Not working in Command Line for Visual Studio Code on OSX/Mac
The command "code ." doesn't work in this manual? All the other steps before that worked. How can I call the Visual Studio Code in OSX terminal?Monas-MacBook-Pro:myExpressApp mona$ pwd...
View ArticleVS Code Python + Black formatter arguments - python.formatting.blackArgs
I'm using the May 2018 Python extension (released June 2018) for VS Code 1.23.1 on Windows, python 3.6 via Anaconda, conda installing black from conda-forge into my conda environment. In my user...
View ArticleVS Code Python Interactive Window Cannot find Conda Env
Everytime I try to execute my python code to the Python Interactive Window I get the below error...Executing code failed : Error: Activating Python 3.7.3 64-bit ('base': conda) to run Jupyter failed...
View ArticleHow to get React native function autocompletion in VS Code
I want to enable react native function suggestion and auto completion for react native in VS Code. I have tried all the extension but none works.
View ArticleHow do i link to other libraries like GLFW in C++ in VSCODE
I have been trying to link to my glfw3.lib that i have created by following this tutorial. This tutorial makes the project in visual studio. In visual studio, you can provide a path to your libraries...
View ArticleAuto-saving files upon changes with VSCode
I have used WebStorm from JetBrains for almost 4 years now. It's a fantastic IDE for many reasons, but one of the best features is that it saves versions of files outside of version control. So if you...
View Articleshowing project folder in title bar for Visual Studio Code
Is it possible to show the last folder in the title bar? If you have multiple instances of VS Code open, it is difficult to distinguish between them from the task bar. If both instances are open on say...
View ArticleVSCode Ctrl+Space Not Bringing Up Class Options For Dart
I am hitting Ctrl+Space while inside the parenthesis of a class, but getting no hints. I have the flutter extension (which includes dart) installed. Screenshot attached from Keyboard Shortcuts search....
View ArticleVSCode source control icon stuck with blue timer & cant detect changes
Recently trying to understand git/github/source control. However I cant seem to get this little blue timer to go away. This VS Code screenshot is from a new folder that i created that has nothing on it...
View ArticleHow to "Find all references" in local dependent Typescript projects in VSCode
I have two Typescript projects that I'm developing locally, one with some common utility code and the other specialized (for purposes here I'll say that project A depends on project B).Thus, in project...
View ArticleHow to set visual studio code as external editor fpr godot in ubuntu?
When I look up the installation path for VS Code in terminal with the command "which code", I get "snap/bin/code" as result. However, I can't select a file in the godot settings:
View Article