Search results
May 29, 2015 · 5. Visual Studio Code is for more of a pure code development tool while VS2019/VS2017 etc. is for more of a non-coding approach for developing programs. In VS, you get button tools and window toolbar tools and all that fancy stuff. In VSC, you have to code the whole thing from scratch.
Apr 29, 2016 · Remote workspaces weren't even a thing until two years after maintenance ceased on PrintCode. If you want to survey your options, get onto Visual Studio Marketplace, choose the Visual Studio Code tab and search for printing. If you just want a link to my version, it's here: Print - by PD Consulting.
Feb 9, 2022 · 15. There are a large number of ways to lint or provide code suggestions or refactoring tips in VSCode, some baked-in or improved with the C# extension. But if I understand your question right, for something akin to an extension to suggest code simplification, like ReSharper, I would point you to the Roslynator extension.
May 9, 2015 · Open or focus file B (will be editable in compare view by default). E.g. by drag-drop from File Explorer to VS Code's center. Open or focus file A. Press Alt+k, a quick open menu will be shown with file B focused. Press Enter. Result: file A on left and file B on right. (Tested on VS Code 1.27.1) Remarks
Dec 7, 2018 · to know why VS Code was. very slow to startup; taking much ram (3-4 gb) You can create a CPU profile and share it in the issue with the extension author or us. To create a CPU profile: Close all instances of VSCode and start with code --inspect-extensions=9993 or any other port number. Execute the Developer: Show Running Extensions Command ...
Jun 16, 2021 · It features an in-editor browser preview, live preview refreshing (on file change or on save), multi-root support, and more! The extension also has a Live Preview task, which runs a persistent server and allows you to view server traffic and its associated files. To learn more about what it can do, view it in the marketplace or check out its repo.
Feb 15, 2022 · After testing a few of the extensions I've decided to use Code Spell Checker. It has a super useful shortcut CTRL+. that shows suggestions for spelling. It's a nice solution but this extension has been disabled when using virtual workspaces. Would be nice to have an O365 Grammar check API so we could send markdown or C# comments from the editor ...
Jun 18, 2016 · Using VS Code version 1.93.1, the best way for me to just see the GIT history is "source control graph" (by default in "source control"). Using the "Timeline" (by default in "Explorer") is also helpful but other actions like saving the file are also included. Thus the overview is not that great for the purpose to see the GIT history.
Aug 20, 2022 · Open a new folder in VScode. From the terminal type "dotnet new Console". This will have created some files. When prompted to add necessary files, select yes. From folder view, Select your .csproj file and replace its contents with the following: <Project Sdk="Microsoft.NET.Sdk">. <PropertyGroup>.
First, install Free Pascal for sure. Then install the OmniPascal extension. And read my guide Free Pascal and VS Code. I provide many useful tasks in there to help you work with Pascal, including code formatting. It's in Indonesian but you could use Google Translate to read it in English (or whatever language you like). HTH.