Include the name of the currently focused view in the window title
See original GitHub issueHi, would it be possible to add a setting to modify the title of the VSCode window to include the currently focused panel (editor, terminal, explorer etc)?
I use dictation software for all coding and the easiest way to activate and deactivate sets of commands is by matching on the window title, so for example .py
in the window title activates Python commands. It would be useful to be able to activate a certain set of commands for editing code and a different set of commands when using the integrated terminal.
isidorn in the accessibility Gitter channel suggested this be implemented by allowing something like ${focusedView}
in the window.title
setting, and I think this would work well.
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:22 (13 by maintainers)
Top Results From Across the Web
net - How do I get the title of the current active window using c
Save this question. Show activity on this post. I'd like to know how to grab the Window title of the current active window...
Read more >Definitions help please: Front window vs Focused Window vs ...
An easy way to think of it is that every running app that has one or more documents open has a "Frontmost" document...
Read more >Focused project name in the window title - TaskPaper
Now that project names are not displayed in the editor when focusing, it would be handy to have them displayed at the window...
Read more >Windows 10 find an opened window by name and focus on it
Task View can only show them but doesn't allow to search window by name and scrolling through all of them is prone to...
Read more >Show the subject above the sender in the message list
If you want to show the subject line above the sender's name, click View > Conversation Options, and uncheck Show Senders Above the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@daniel-j-davis we might be missing a method to get the active part. @sbatten and @sandy081 would know more, I think it is missing.
Thanks for filling this. I think it is a fair feature request. @bpasero let me know what you think, and maybe we open this to PRs?