VSCode not showing function parameter list in Dart code
When I edit JavaScript code, VSCode immediately show me a popup with a list of parameters as soon as I have typed a function name followed by (. When editing Dart code this is not the case. Here I have...
View ArticleVSCode color theme methods calls
I'm trying to change methods call color in VSCode. I know I can change the Function scope color as follewed:{ "name": "Function call", "scope": "meta.function-call.object", "settings": { "foreground":...
View Articlefile copy on save or upload in vs code
I work frequently providing custom java script solutions to SharePoint. The annoying part at the moment is that either I need to setup a watcher to check file changes and overwrite it in the directory...
View Articlevscode invalid syntax error for dart and flutter after pressing the...
I am using vscode in ubuntu for developing flutter application. I installed the flutter and dart extension for vscode. when I write code and keep it the same dirty format it doesn't take any syntax...
View ArticlePrint full array items with Visual Studio Code
I use Visual Studio Code and I want to print all of the array data, but it only shows ... more items message. Is there any ways to show it all? I search it on stackoverflow but I can't find the...
View ArticleTrigger code on Visual Studio Code terminal focus/unfocus?
I wonder if its possible to trigger some code (in my case its main window title change) when I switch to vs code terminal, and when terminal loses focus too (say when I switch back to file text editor...
View ArticleUsing C++ and WSL in VS Code for remote ARM64 device
I am trying to build main.cpp file#include <iostream> #include <vector> #include <string> using namespace std; int main() { int count=0; vector<string> msg {"Hello", "C++",...
View ArticleVSCode keyboard issue
for some reason, when writing JavaScript files in VSCode, everytime I press on the forward slash key ("/"), a semi-colon shows up instead (no forward slashes appears). This only happens on JavaScript...
View ArticleRunning npm command within Visual Studio Code
Is there anyway of executing the npm command within Visual Studio Code (using f1 into >) on Windows(10) to install packages to my folder I'm working in? I have npm installed and I keep having to...
View ArticleSetup vscode to compile C files
Im trying to setup vscode to compile and run C files, but I am having problems with setting up the tasks.json file.I guess what I'm really asking is how to include code from outside the main file. Im...
View ArticleUnexpected Python behaviour - function fails to terminate after return statement
I've gotten a little bit rusty with my Python having instead been working with Haskell and Prolog over the last 6 months. So I've been doing Hackerrank questions to attemp to refresh myself. I'm on a...
View Articlesqlite syntax highlighting for python3 in VSCode
Is there a way to highlight sqlite3 syntax within python3 code in Visual Studio Code? As a lot of the code is within strings, python3 highlights it as a string making it hard to read.Thanks!
View ArticleVisual Studio Code does not recognize OpenSSL that is already installed...
I want to start using the IBM Blockchain Platform extension in Visual Studio Code 2017 using Windows 10.After installing the extension, the prerequisites page informs that OpenSSL is not installed....
View ArticleCompilling C++ in visual studio code on Ubuntu
I'm trying to compile a very simple code. I put in tasks.json configuration copied from here.{ "version": "2.0.0", "tasks": [ { "label": "build & debug file", "type": "shell", "command": "g++",...
View ArticleUploading a file from IDE for "browse file window" in the page
For running an E2E test, instead of uploading from the local machine a file, I would like to add the file into the project, save it, and then set the path for the method to upload the file, and select...
View ArticleVisual Studio Code Editor not Working Properly on Command + S in mac
I am not able to figure out why my environment is giving me error on saving a file. I destroys the line spacing and code after I press Command + S to save file.Help me out where I am wrongImages are...
View ArticleHow can I use the newest version of tsc in Visual studio code?
How can I use the newest version of tsc in Visual studio code?I searched and tried a lot of things I found on the net, but I did not succeed to use the newest version of tsc for the internal code...
View ArticleGetting Visual Studio Code to (auto-)format R-Code
Working on Windows 10, no Formatter for the R-Language seems to do its job in Visual Studio Code. I've tried R support for Visual Studio Code and R-Tools, which seem to be the most popular extensions...
View Articlevscode Path to the pylint linter is invalid
I am running VS Code on Windows 7 with a virtual environment (path /c/Users/xxxxxxx/Envs/tutorial). [will soon be Windows 10]I keep getting the following popup error in the bottom left of the...
View ArticleHow change the color of rulers in Visual Studio Code
Not sure if this feature is included in the VSCode settings yet, but I'd love to change the ruler color from it's default grey.Tried:"editor.rulers.color": "color"But got an "unknown configuration...
View Article