Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code always on top

How to set Visual Studio Code always on top?

I want to set VS Code on Windows to be always on top of other windows.

like image 916
MaciejLisCK Avatar asked Sep 19 '18 13:09

MaciejLisCK


People also ask

How do I show VS Code top bar?

Go to VSCode settings ( CTRL+, or CMD+, ) and search for shortcut menu bar . Toggle buttons from there.


2 Answers

This feature is currently not possible. Follow this issue on GitHub.

As read from the issue

This feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable. Thanks for understanding and happy coding!

like image 63
vfle Avatar answered Sep 28 '22 17:09

vfle


I've found a solution that works fine in Ubuntu 18.04.

Once you've opened Visual Studio Code, just press alt + space and the system menu will appear, then you just have to select the Always on top option.

like image 28
rfc1484 Avatar answered Sep 28 '22 17:09

rfc1484