You are here |
blog.paranoidcoding.com | ||
| | | |
www.joeltok.com
|
|
| | | | The Problem Over the years I've often needed to search for specific files by their name in Visual Studio Code, but never figured out how to do it. I had always assumed that a Command F would reveal the file to me, but nope, that always only searched within files. So I've had to always resort to using complicated bash commands from search engine results (searching a new method each time I needed to do this), or literally trying my luck poking at folders in a random search. | |
| | | |
visualstudioextensions.vlasovstudio.com
|
|
| | | | HTML 11 extension provides tool windows in Visual Studio showing preview of a web page you are currently editing, on desktop and mobile devices. HTML 11 v2.0.0 adds support for Visual Studio 2022: Download the installer. | |
| | | |
visualstudioextensions.vlasovstudio.com
|
|
| | | | Richard Moore recorded a video demonstration of the new Visual Studio 2022 v17.5 tab colouring feature, also shows how tabs can be coloured using Tabs Studio: https://www.youtube.com/watch?v=TLK6E0eoF-0 | |
| | | |
nodogmablog.bryanhogan.net
|
|
| | If you are using Visual Studio Code and you want to add a new project to your workspace, the easiest thing to do is something like - dotnet new xunit -f netcoreapp2. |