How to ignore line breaks on VSCode search
Here is the thing.I got a VERY LARGE project where i'm working at, and i really need to use the search function of vscode to find where stuff is, where functions are called, where constants are, and so...
View ArticleConfigure VS Code to use .jar files when doing live syntax checking
How do I configure VS Code to use the .jar files in my lib directory when doing live syntax checking? I can compile and run my code without any problems using the "Debug" menu in VS Code; but the...
View ArticleHow to add directory to PATH? [duplicate]
This question already has an answer here:Adding directory to PATH Environment Variable in Windows 18 answersI installed the virtualenv lib via py -m pip install virtualenv in VS Code under Win10 OS. It...
View ArticleHow is ESLint integrated into Create React App?
When I run npx create-react-app ..., a bare-bone React project is being created for me. When I then peek into package.json, there seems to be some evidence of ESLint to be present, as there is...
View ArticlePylint load-plugins fails in VS Code
Here is my config:"python.linting.pylintArgs": [ "--load-plugins", "pylint-quotes" ], I installed pylint-quotes with pip and pip3 but I still get an error:Traceback (most recent call last): File...
View ArticleRegular expression for detecting !this not working
I'm trying to implement support for a new language in VS Code, using a tmGrammar json file. In this language variables start with !, and there is a special reserved variable called !this in this...
View Articlechecking how long are comments in a file
I just finished an assingment and according to the instructions I can't have a line of code or comment longer than 120 chars. is there a quick way to check that? I'm using VSCODE on windows 10. I saw...
View ArticleHow to find source code of python method in vscode
I am using vscode and used the function >>> s = 'hello'>>> s.capitalize() 'Hello'I was interested in seeing the source code for the function so I right clicked on capitalize and...
View ArticleERROR: resource fork, Finder information, or similar detritus not allowed...
Error as seen in terminalI was trying to run this flutter and dart project on an iOS simulator directly from VSCode and it was working fine until I tried connecting to firebase. I added the Google...
View ArticleIs there a way to disable "MDN References Intellisense" popup (for HTML &...
This is in reference to disabling this specific feature, while leaving all other code hinting features active.I am very familiar with the Settings GUI as well as settings.json and have searched...
View ArticleGit commits with correct user from terminal but not from VS Code
The question about how to use multiple identities for Git has already been asked several times... I read some instructions and followed this...
View Articlevs code cannot find module '@angular/core' or any other modules
my project was generated with [Angular CLI] version 1.2.6.I can compile the project and it works fine, but I always get error in vs code telling me cannot find module '@angular/core' cannot find module...
View ArticleMERN stack - client side of the Apollo Graph Ql full stack tutorial is giving...
This relates to the Graph QL part of the MERN stack. I am going through the Apollo Graph QL fullstack tutorial and currently stuck towards the beginning - the client side has been built fine but for...
View ArticleHow to access Azure Dev Space Deployment only through a specific port?
I have a ASP.NET Core WebApi Project deployed on Azure Dev Spaces which I access with the following URL...
View ArticleTerminal in VSCode showing blank screen in Ubuntu 18
I am having this issue with VScode for a long time now. The terminal shows a blank screen with a pointer and i am not able to type anything. I tried all kinds of solutions like restarting terminal,...
View Articlemonaco-editor: vertical line padding
Inspired by IntelliJ's 3 panel merge conflict view, I am trying to build something similar for vscode. I figured out, that I can integrate three complete customizable monaco-editors within a vscode...
View ArticleCreate .exe file from VS code using python with conda environment
I am currently running an interface using the VS code. I have located the file where .py saved. I run terminal using the following commandpyinstaller --onefile AI_VS_TEST.py the created dist file is...
View ArticleDrupal 8 in visual studio code
I'm using Visual Studio Code for different web development. Recently I'm using Drupal 8 to develop new websites. Drupal 8 has some theme file to place some PHP code in it to changes some parts of...
View ArticleDoes VSCode can escape text when pasting into a string literal?
Eclipse has an option that copy-paste of multi-line text into String literals will result in quoted newlines.Preferences > Java > Editor > Typing > Escape text when pasting into a string...
View ArticleNo output when running Python 3 in VScode
I'm using Python 3.8 on VScode, but I can't seem to get the program to write anything in output, even with simple commands like: print("Hello world!"). It shows up in the terminal well enough, so the...
View Article