Below you will find pages that utilize the taxonomy term “Visual Studio Code”
July 8, 2024
Vim, Sublime Text, Visual Studio Code and the multiple cursors.
Article on comparative handling of multiple cursors in Sublime Text, Visual Studio Code and Vim.
- 1. Multiple cursors? Multi-cursors? What are we talking about?
- 2. Who “invented” multiple cursors?
- 3. Multiple cursors in Sublime Text 3 and 4.
- 4. Multiple cursors in Visual Studio Code.
- 5. Comparison of Sublime Text and Visual Studio Code.
- 6. Vim and the built-in multiple editing functions.
- 7. Effective multi cursors also on Vim.
1. Multiple cursors? Multi-cursors? What are we talking about?
What are multiple cursors?
April 12, 2024
Markdown with Vim, Emacs, Sublime Text 4 and Visual Studio Code
How are four generalist editors, i.e., designed to be used with a wide range of programming languages and text files, performing when writing documents in Markdown language? This is the subject of this article based on my personal experiences in using Vim, Emacs, Sublime Text 4 and Visual Studio Code both directly and with extensions dedicated to the above mentioned markup language.
- 1. Introduction.
- 2. Vim and Markdown.
- 3. Emacs and Markdown.
- 4. Sublime Text 4 and Markdown.
- 5. Visual Studio Code and Markdown.
- 6. In summary.
1. Introduction.
Markdown is a simple markup language that is within anyone’s reach, compatible with HTML, and allows very elegant, well-formatted text to be written for both web and print publication.