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.
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.
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.