2

I am wandering to find the way to show integrated terminals in VS Code as tabs rather then dropdown, and give them names. Its a habit that come from WebStrom as on pic 1. Is it possible to do so? Now it looks like on pic 2, and there is no way to rename tabs which is also desirable.

pic 1 WebStorm way to show terminals

pic 2 VS Code way to show terminals

Gama11
  • 31,714
  • 9
  • 78
  • 100
Vlad Ankudinov
  • 1,936
  • 1
  • 14
  • 22
  • And see https://stackoverflow.com/questions/42898299/change-integrated-terminal-title-in-vscode/59222628#59222628 for an update on renaming teminal tabs. – Mark Dec 07 '19 at 03:08
  • Does this answer your question? [VS Code Integrated Terminal Tabs?](https://stackoverflow.com/questions/40406096/vs-code-integrated-terminal-tabs) – T.Todua Apr 27 '21 at 10:44
  • See https://stackoverflow.com/a/67309079/836330 with demo. Terminal Tabs will be in v1.56 next week. – Mark Apr 28 '21 at 23:24

1 Answers1

3

Showing it as tabs is not possible currently according to this github issue. However, you can use an extension which shows terminal tabs at the bottom.

Inorder to rename a terminal,

Open the command palette by clicking CTRL+Shift+p and type "Terminal:Rename"

Terminal:Rename

Click Enter you will get:

enter image description here

Enter the name you need and press Enter

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103