It's not something new, but it's probably not known well enough: by surfing on any Github repository like f.i. https://github.com/cavo789/blog, you can just press . (the dot key) on your keyboard to start vscode online i.e. see the current repository in vscode.dev.
4 posts tagged with "vscode"
View All TagsSticky scroll in vscode
vscode has recently added a really useful new feature: sticky scroll.
This function allows you to scroll through a document such as a Markdown file, a source code written in PHP or JavaScript or any other supported language and, as you scroll, block contextual information such as the name of the class, the name of the function, the start of the loop, etc. in the upper part of the editor.
Create your Joomla website using Docker
In this article, we will learn how to use Docker to install Joomla on your localhost and start a new website in seconds (don't want to wait? Jump to the Final docker-compose.yml chapter).
I will use a Linux console (I'm running WSL on my Windows computer and I have chosen Ubuntu for my distribution) but since Docker can also be used on Windows, you can perfectly run, exactly, the same commands in an MS-DOS / Powershell console.
Markdown folding not working
In case code folding is not working in markdown mode like illustrated below, make sure the @builtin Markdown Language Features
addon is enabled.