Text editors and ides

Never Been a Huge Fan of IDEs, but I Like Visual Studio Code
- Rick Pfahl
- Engineering and Development
- 18 Jan, 2025
To be completely honest, for the past many years, I've debated whether or not to use an IDE. On one had, they provide a number of features like code completion, debugging, and a number of other things
read more
Visual Studio Code - Creating a Custom Text Filter Extension
- Rick Pfahl
- Engineering and Development
- 18 Jan, 2025
In this post I will describe a way to create an extension which allows the user to receive the selected text as a string passed into a Typescript function, run that string through any command line pro
read more
Powerful Text Selection Operations in VSCode
- Rick Pfahl
- Engineering and Development
- 03 Oct, 2024
VSCode has become one of the most popular IDEs in recent years. It is also available for free. Here are a few text selection options of which you may not be aware. Multiple Selections It is possi
read more