Visual Studio Code
Visual Studio Code is a source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.
Projects
I've used Visual Studio Code on 6 projects.
Blogs
I've written 3 blogs about Visual Studio Code.
Remote SSH Text Editor through Visual Studio Code
Posted 5 years ago by LoveDuckie
In this article, I will outline what is required in order to be able to remotely modify text files from a Visual Studio Code instance running from your workstation.
C++/CLI and C#: Writing Managed Wrappers for Native Code
Posted 5 years ago by LoveDuckie
A simple guide on how to write C# libraries that interface with code that is written in C++.
Setting Up a Windows PHP Development Environment
Posted 6 years ago by LoveDuckie
Setting up a local development environment for PHP on Windows has proven to be tricky if you're using an existing web-server package such as XAMPP or WAMP.