tools

A 3-post collection

Visual Studio Code Commands and Extensions Helpful for Hugo

By Tim Brown |  May 13, 2020  | visual-studio-code, tools
Download Visual Studio Code My Extensions Code Spell Checker is a basic spell checker that works well with camelCase code. Vagrantfile Support provides syntax highlighting support for Vagrantfile, useful if you use Vagrant. Better TOML is a VS code extension to support TOML files. Extension Marketplace My Extensions Multi-selecting the beginning of multiple lines is the first command I learn. For some reason I use this command A LOT with scripting in general!
Continue Reading...

Creating a Linux VirtualBox Using Vagrant

By Tim Brown |  May 12, 2020  | vagrant, virtualbox, continuous-integration, tools
Downloads VirtualBox Vagrant I’m a big Windows user, like a lot of people. However, for developing, hosting web servers, etc. open source free software tends to be Unix based. One way to solve this is by running Linux virtual machines locally on Windows. Now, VirtualBox allows this to be done, but there are manual steps to getting various Operating Systems up and running, so time is wasted and it can lack consistency.
Continue Reading...

Visual Studio Code, Notepad++, Atom Coding Editors

By Tim Brown |  May 5, 2020  | featured, visual-studio-code, notepad++, atom, tools
Editor Home Pages VS Code NotePad++ Atom My personal use over years has gone: Atom -> Notepad++ -> VS Code. I am not a developer by trade and simply need editors for writing scripts mostly to hack things together. Obviously, fully integrated IDEs for specific languages and platforms are WAY more powerful, and allow developers to work much more efficiently. In reality, in my situation, all three editors are more alike, than different.
Continue Reading...