Visual Studio Tips

VS Code Extension Review: Music Time

Posted by matteskolin on

https://marketplace.visualstudio.com/items?itemName=softwaredotcom.music-time

I just started playing around with this Music extension for VS Code.

Music Time is an open source plugin that curates and launches playlists for coding right from your editor. The extension requires a spotify account.

There is an incredible amount of features packed into this extension. I am very surprised that this is currently a free extension. I really like the idea of being able to control my music from within the coding Window. For me, the less often I need to change between applications, the more productive I am, as I am not cycling through disparate UIs, constantly having to reorient myself to what I am looking at.

the AI is supposed to help the user select music that is the most productive. There are even dashboards and graphs to track what tracks, and even what musical elements (tempo, genre, rhythm) correlate with coding related metrics (lines of code, keystrokes, etc).

Above is the mode selector. Once a mood is selected, song recommendations for the selected mood appear right in the VS Code editor window under recommendations.


I am actually enjoying this interface so far more than the actual Spotify interface. I dislike how Spotify is full of images, which can become distracting when looking for music. I may start using this extension for all my music listening!

Will continue to use the extension and update..

Visual Studio Tips

Next Difference Source Control – Visual Studio Shortcut

Posted by matteskolin on

Before Checking in changes to source control, it is important to be able to quickly review all the changes for each file.

If a file is very large, scrolling through the file to find the changes is difficult.

To quickly jump to the next difference, use the arrows above the file tab.

For some reason my eyes were missing these arrows for awhile, so I’m making this post to remind myself to use them.

Keyboard shortcuts are also built in.

Go to previous difference: Control + Shift + F8
Go to next difference: Control + F8