GO,VS code : no completion for external packages (intellisense)
I installed VS code and go extension It completes words from internal packages of the language like fmt but not from external packages for example SDL I searched but nothing I use GO modules last...
View ArticleVisual Studio Code Formatting fail on save
I've started learning React Native.I'm using Visual Studio Code as my editor.I've set up the boiler plate and started the app. But whenever I change a .js file and hit save, VSCode is messing up all...
View ArticleHow to get Visual Studio Code to format type annotations
I'm trying to get Visual Studio Code to format (the colours not the layout) Python code with type annotations (hinting). It's failing to do so for the following code:from typing import Iterator #...
View ArticleVSCode and flutter, how to connect multiple devices?
I am using Visual Studio Code on macOS for developing Flutter apps.I can select a single device in the bottom-left of VSC. I can also run on multiple devices using flutter run -d all. I am wondering...
View ArticleWhy is my app crashing after Integrating webview of flutter.Getting Platform...
Exception has occurred. PlatformException (PlatformException(error, java.lang.IllegalStateException: Trying to create an already created platform view, view id: 0 at...
View ArticleHow to add newline after certain word without removing it using regex in VScode?
I want to add newline \n after a certain word without removing itExample:<Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data> To be:<Data...
View ArticleHow to solve the problem of Flutter hot reload
My flutter project is working properly on my android device. When I delete default code and save then hot reload is not working. It does not show any error at the terminal. I am using vs code editor...
View ArticleVSCode and Jenkinsfiles. How do I format them?
I want to fix formatting in Jenkinsfiles in VSCode 'Shift-Alt F' gives me "There is no formatter for 'groovy' files installed" and pops open an extensions sidebar with no relevant extensions that help...
View Articlevscode-extension update virtual document
I try to figure out, how to update a virtual document with my own custom Provider, which I have opened in an editor. I neither understand the docu at...
View ArticleCompiling SFML in visual studio code
Hello i was trying to learn SFML and chose visual studio code to do it. But after doing the tutorial: https://www.youtube.com/watch?v=XEGLsHp2bw0&feature=emb_logo and it works fine, but i can't...
View ArticleVS Code formatting for Python
VSCode is really universal IDE for multiple languages. But for python I still prefer using PyCharm. It provides useful features for code like (I don't know how it is exactly called):arguments starts in...
View Articleprettier vscode "r is not a function"
Been using prettier in vscode for a while, but it recently stopped working and I'm not sure if it's a bug on their end or a misconfiguration of mine.["INFO" - 02:54:03] Loaded module 'prettier@1.19.1'...
View ArticleHow to display hidden files with Visual Studio Code
The "open file" dialog in Visual Studio Code is not showing hidden files. For example, when looking at my home directory, none of the . files are shown:I did look through the settings.json file, but I...
View ArticleVSCODE Python issue
I would like to ask if someone can solve the issue with python + vscose issue. The issue is that the python extension does not work properly on Mac Osx Ver 10.15 (and 10.14 as well)When ever I try to...
View ArticleVSC showing old errors
I was writing a flutter application but when I want to test it on the Android Emulator (Ctrl+F5) I get an unfixable error. This is part of it:I/flutter (13782): ══╡ EXCEPTION CAUGHT BY RENDERING...
View ArticleFind and replace in Visual Studio code
I have the following line in a file I'm editing in VSCode:...............111.........111.............111..I want to replace all .s with 0s. However, when I highlight the line and do a find/replace for...
View ArticleHow do I "build" an existing VS code extension?
I'm trying to use this VS Code extension: https://github.com/digama0/mm0/tree/master/vscode-mm0I simply opened the folder in VS Code, but in the extension.ts file I see an error "Cannot find module...
View ArticleHow to fix 'File not found' error in debugging with VScode debugger gcc
While I was debugging a c code, my Vscode debugger for gcc showed a error like this: 'Unable to open 'test.c': Unable to read file(Error:File not found(C:\mycode\C:\mycode\test.c))'. So why my file...
View ArticleVS Code main window is blank
Yesterday I downloaded the last version of VS Code and installed it. When I launched it, at first, it seems to work fine, I went directly to the extension sections in order to check and download some,...
View Articlebash: /c/Users/Rashu: No such file or directory while running...
I am learning azure devops from their official website. I need to scan project locally by sonar cloud.While running the command from my vs code bash terminal i am getting error like no such file or...
View Article