Intellisense works only when the module folder is in current workspace
I made a module recently, for data management. Then I decided to split it into several submodules. However, when I import the module, the auto-complete doesn't work, even though the module itself works...
View ArticleHow can I set a simple hotkey(e.g. Alt+/) instead of Ctrl+Shift+O Shift+; to...
I use key shortcut Ctrl+Shift+O Shift+; to list function symbols in vscode frequently.Is there a way to create a simple hotkey to replace it?
View ArticleHow do I configure VSC to use coderunner and avoid getting "'scriptcs' is not...
I'm having issues getting CSharp code to run in visual studio using CodeRunner. Anyone know how to fix this error in the attached image?I ALREADY know how to execute the prg using the terminal &...
View ArticleJDK 8+ is required while the path is pointing to version 0
When I open VSCode a tab shows the following:# Path 1 ~/programs/jdk-12.0.1 CurrentInvalid JDK 8+ is required while the path is pointing to version 0 The terminal shows the version:$ javac -version...
View ArticleIntellisense not automatically working VSCode
I just downloaded Visual Studio Code and my Intellisense is not automatically working.The two settings that control this seem to be set correctly:"editor.quickSuggestions": true,...
View ArticleVisual Studio Code: Intellisense not working
My Visual Studio Code's Intellisense is not working properly. Every time I try to use it with Ctrl + Shift, it only displays a loading message. I'm using Python (with Django) and have installed...
View ArticleTrying to compile a class using a custom class causes error CS0246
I am struggling with compiling my C# projects from the command line. I've made 2 simple classes to present this problem. I have a Person class and a Registry class that stores an array of Person. When...
View ArticleMIT License and how to use [closed]
MIT license gives you permissions to use software commercially without any restrictions. You should only give credit to the author.What I am going to use for my project (that will be commercial) that...
View ArticleRun c/c++ in vscode in windows [closed]
I am having problem in windows while running c/c++ codes in vscode and it shows includePath error. Any easiest way to run c++ in vscode ?
View ArticleHow to run a few selected lines of code in vscode?
How do I execute run Shift + Enter only the selection of highlighted lines of code in vscode? Edit: Maybe I should be clearer. when hitting Shift + Enter the following error : Unable to initialize...
View ArticleVS code donnot show outline for .f90 files in the latest version(should be 1.41)
I only install the Modern Fortran extensionName: Modern Fortran Id: krvajalm.linter-gfortran Description: Modern Fortran language support, including syntax highlighting and error detection. Version:...
View ArticleIs it possible to use Docker Toolbox on Visual Studio Code?
I have Windows 10 Home edition, therefore I had to install Docker Toolbox instead of Docker. I am using Visual Studio Code for development and it has extension for Docker Support...
View ArticleVSCode does not autocomplete Node.JS modules
That's how it works with default js methods, IntelliSense seems to understand and autocomplete thisAnd when I'm trying to import some node default modules (path,fs,http) This highlighting does not show...
View ArticleHow to solve "'PathCollection' object has no attribute 'yaxis'" error?
I'm a MSc Student and I used to make graphs and plots with commercial packages like OriginPro, Excel and Matlab. Although these softwares provide a great user experience, there are some major...
View ArticleHow to create a WPF project without using Visual Studio? [closed]
How can I create (and run) a new WPF (Windows Presentation Foundation) project without having Visual Studio installed? My primary editor is VS code but it does not have the feature for creating new...
View ArticleLink against SDL_gfx library using makefile? [closed]
I am using visual studio code and i want to add the SDL_gfx library in my project. (I used homebrew to install it on my mac)There is a file that contains all my includes but when i try to include...
View ArticleVS Code Git Extension API
Is there somewhere one can obtain more documentation on how to create an extension that uses the Git Extension API?At https://github.com/microsoft/vscode/blob/master/extensions/git/README.md the only...
View ArticleModifying code during runtime in Visual Studio Code C++ MinGW
I've recently switched from VS to VSCode. In VS I can edit source code during runtime and these changes will be applied in the runtime. How can I do this in VSCode with C++ MinGW? Or my compiler can't...
View ArticleEnable xelatex in Latex Workshops for Visual Studio Code
I have a template, which defines all the typesetting recommendations for thesis, but it uses xelatex for compilation. I want to continue using VS Code with Latex Workshops, question is how to change...
View ArticleVS code's extensions icons disappered, why? [duplicate]
This question already has an answer here:VSCode Extension Icons? 2 answersim using vs code as mu text editor, and recently i found that icons of extensions list doesn't show! i mean it shoulb be like...
View Article