Request name as Tab title
See original GitHub issueHi,
I sometimes have a number of request tabs open and they all have the generic title Response(XXXms)
. Adding an option to use the requestName
as the tab title, this would be helpful to identify which request is which.
I suggest something like the following:
New Setting
rest-client.requestNameAsTabTitle
: Show request name as the tab title. (Default is false)
Example Request
# @name get_todo
GET https://jsonplaceholder.typicode.com/todos/1
Content-Type: application/json
Resulting Tab Title
This could potentionally be expanded to allow other request variables to be set as the title.
I’m happy to submit a PR to handle this feature, just thought I’d see if you were happy with this approach first.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to get the title of a specific tab? - Stack Overflow
1 Answer 1 · Create a content script file on your chrome extension · In that file, detect title changes using an eventListiner,...
Read more >How to Rename Tabs? - Help - Postman community
If you mouse over the name of the request below the tab a pencil edit icon should appear, click it and then edit...
Read more >Put the request number in the page/browser tab title (includes ...
Put the request number in the page/browser tab title (includes workaround) ; ID or ; TITLE or ; ID - TITLE -- >...
Read more >Show ticket title in tab, not requester name - Zendesk help
Feature Request Summary: The new agent workspace uses the requester's name in the tab for that particular ticket.
Read more >Feature request to rename a tab manually · Issue #522 - GitHub
To set the tab title name from the shell: rename_wezterm_title "My ad hoc name". And to get the default name scheme for 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 Free
Top 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
@lochstar OK, and if you want to contribute this project, please feel free to submit a PR, thanks.
Awesome! Cheers.