Vs Code java The import cannot be resolved
I recently moved from windows 10 to Ubuntu 16.04, I'm a java developer, when I was on windows I installed Vs Code with the java Extension pack. On windows I never Had problem to make my daily work, but...
View ArticleVSCode - gitlens missing from codelens
I installed GitLens plugin for VSCode. It is supposed to show information about author like "John, 23 days ago" in codelens row. But it is missing:Missing author info in codelensIt is supposed to look...
View ArticleTab autocompletion in python terminal in VS Code does not work
I have been looking online for this answer and it seems to be eluding me so I am sorry if this is a repeat question.Let's say I create a variable in python called 'dataframe' and execute that line of...
View ArticleHow do I create an edit function inside of a list?
Currently I have a delete function already which is shown by a cross So how I am doing this is by using a function that renders in the information from another database, into this list.function...
View Articlewhy is error squiggle lines of pylint not showing in python visual studio code?
i'm using vscode version 1.41.1 for coding in python 3 in Ubuntu version 18.04. but suddenly I noticed error-squiggle-lines are not working for python(it works for other languages). and i am using...
View ArticleWhy are the terminal and VSCode-Code Runner's results differerent?
I wrote a toy project related to the concept of processes in the operating system and ran it respectively with the same command in VSCode-Code-Runner and terminal. I found that the results are...
View ArticleHow to export a maven project as RAR or ZIP?
I have a maven project and opened in Visual Studio code. I want to save the project in an compressed manner, e.g. as rar/zip. How do I do this? What search term should I use.
View ArticleExporting a markdown file with inline PlantUml as a single SVG file
Our orginization uses markdown files with embedded PlantUml. We're trying to export the full markdown file to a single .svg file so we can view it on a third-party application. The plantuml VSCode...
View ArticleVisual Studio Code always reopens previous file or folder
VSCode always seems to remember my session and reopen the files and/or project that were open the last time I used it. It obviously behaves correctly when running it from the command line with a file...
View ArticleHow to remove "type" keyword in TypeScript auto-imports?
Since a few days ago, when I auto-import something in VSCode in an Angular project, the import looks like this : import type { JobPostingSurvey } from '@gri/interfaces'; Is it possible to remove the...
View ArticleWhy isn't this SCSS compiling to my remote server?
I have a question, similar to this one, but hopefully more specific.I am using VSC on macOS (latest) with the ftp-simple& Live Sass Compiler. I've configured my the set as follows, but my compiled...
View ArticleHow can I see console.log output when running a NestJS app?
I'm building my first NestJS app and I see a lot of examples in their docs that use console.log(), but when I add it, there's no output in the terminal. I'm using vscode's terminal.I've also tried...
View ArticleIs it possible to collapse comment blocks inside blocks in VS Code?
I can collapse them when they are not in a block, but not inside, for example, a function. Is there a built-in way to do it? I can't seem to find it.
View ArticleWhere is a class used in VS Code / Python
This is surely an obvious thing for many, while he sarch has not shown me any already answered question about it. I am starting with Python and like to see, where a class is used. Is this what is meant...
View ArticleHow to use VSCode Prettier 3 formatting with stylelint
To be honest I can't understand the documentation or i miss something. It drives me crazy 😑Steps that i did:Installed VSCodeInstalled Prettier pluginOpened simply project with couple files (html,...
View ArticleHow can I clear the terminal in Visual Studio Code?
I need to clean the contents of the terminal in Visual Studio Code.Every time I use Maven, the output of the terminal is attached to the previous build, which is confusing me.How do I clear the...
View Articlevscode classpath: Import all jar in folder
I would like to import all jar files into my vscode project classpath. If I do this it works, but only for one library of course:<classpathentry kind="lib" path="lib/mylib.jar"/> In my case I...
View ArticleHow to get Notepad ++ Highlight Feature in VS Code
I want Notepad++ Highlight Feature in VS Code as shown in the image below.Can you please help me on this?
View Article.htaccess alternative for live-server (for debugging React Router)
I'm currently building a React application using React Router. However, only the index page works. According to my research, the problem is that the other pages aren't pointing to / (root). It can be...
View ArticleMultiline editing in Visual Studio Code
Is it possible to enable multiline editing like in Sublime Text?For example, press Ctrl to place additional cursor carets and being able to write/delete on multiple places in the document at one time.
View Article