Skip to content

VS Code: Always Show Editor Actions

VS Code Always Show Editor Actions featured image

By default, the editor actions are only shown when the editor is active.

But now you can make VS Code always show the actions, regardless of whether the editor is active or not.

VS Code Editor Actions beforeVS Code Editor Actions after
Use the slider to see the difference. The left side is before and the right side is after.

Let’s find out!

How-to

Open the Settings panel by using CTRL + , (comma), find Workbench > Editor: Always Show Editor Actions and tick the checkbox.

VS Code Always Show Editor Actions setting

Setting.json

You can also enable this setting from the settings.json file.

"workbench.editor.alwaysShowEditorActions": true


Let me know what you think about this article in the comments section below.

If you find this article helpful, please share it with others and subscribe to the blog to support me, and receive a bi-monthly-ish e-mail notification on my latest articles.   
  

Comments