Posts

Showing posts with the label VSCode

Vim, Sublime Text, Visual Studio Code and the multiple cursors.

Image
ABSTRACT 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? An example is worth more than many words: imagine that you have a list consisting of a hundred lines and you have to insert a certain characters, for example a pair of asterisks, at the beginning and at the end of each term in the list. Try performing the operation manually a hundred times and then measuring the time spent! Now imagine, instead, entering those characters once for all the rows but using a hundred or so cursors si...

Markdown with Vim, Emacs, Sublime Text 4 and Visual Studio Code

Image
Abstract: 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. 2.1. Vim without plugins . 2.2. Vim with the plugin vim-markdown. 2.3. Vim with the plugin UltiSnips. 2.4. Vim and Markdown preview. 3. Emacs and Markdown. 3.1. Emacs without plugins . 3.2. Emacs with markdown-mode . 3.3. Emacs and preview in Markdown. 4. Sublime Text 4 and Markdown. 4.1. Sublime Text 4 without plugins . 4.2. Sublime Text 4 with the plugin "MarkdownEditing". 4.3. Sublime Text 4 and preview in Markdown. 5. Visual Studio Code and Markdown. 5.1. VSCode without plugins 5.2. VSCode with ...

Using Visual Studio Code to write scores in LilyPond.

Image
title: "Using Visual Studio Code to write scores in LilyPond." date: 2024-02-11 slug: vscode-lilypond categories: Blog tags: VSCode LilyPond image: placement: 3 preview_only: false caption: 'LilyPond and Visual Studio Code' Abstract: Visual Studio Code is an excellent integrated environment for writing programming codes, but can it also be used as an editor for the LilyPond language dedicated to writing music? 1. Previous articles on editors for LilyPond. 2. Original Visual Studio Code or Code - OSS? 3. Installation of the VSLilyPond extension. 4. Using VSCode with the VSLilyPond plugin as an IDE for LilyPond. 5. Concluding remarks on VSCode as an IDE For LilyPond. 1. Previous articles on editors for LilyPond. On the subject of writing musical scores using LilyPond, a markup language equivalent to LaTeX for lyrics, I recall my previous articles devoted to Emacs and Vim , respectively: Using Emacs to...