JetBrains IDE new Terminal Interface
11–20 of 102 posts
Re: JetBrains IDE new Terminal Interface
#12I like the visual blocking of each command. Cool idea I haven't seen in other terminals.
Other terminals, like iTerm (MacOS only), Kitty, WezTerm and so on also have similar options, usually behind some sort of "shell integrations" feature.
Re: JetBrains IDE new Terminal Interface
#13At a glance, this looks like https://warp.dev/ Terminal.
Re: JetBrains IDE new Terminal Interface
#14Not available in the "old" UI? Guess this is the beginning of the end.
You can switch between the old and new terminal in Settings/Preferences | Tools | Terminal | Enable New Terminal. I'm not what are you referring to?
JetBrains IDEs are in a transition state right now where they have both a “New UI” that’s minimal and a cheap knock off of VSCode to lure the kiddos in, and the original “IDE-feeling” UI that’s arguably much better for actual work. A sort of approach like Reddit still having new and old years later.
The wording implies the new terminal is only available in the new JetBrains UI and not the old UI
Re: JetBrains IDE new Terminal Interface
#15> The primary visual distinction of the new terminal is that each command is now presented in a separate block Yeah, I'd better like it if they didn't do that. This adds even more visual clutter. > A new, convenient command history has been added, which allows for filtering and makes it easier to navigate through recently executed commands. Why is ^r not enough? Oh, wait, they blocked access to that. > We took full c…
I, for one, quite appreciate the redesign. Blocking ^r is too bad though, I tried the new terminal out a month or so ago, the redesign was nice and did feel optimized.
I ultimately switched back due to some issues with the autocompletion. I hope they've fixed these issues, things like makefiles would not autocomplete in this new terminal, while working fine in the 'old' terminal.
Re: JetBrains IDE new Terminal Interface
#16I feel like this terminal is counterproductive. It adds visual niceties at the cost of dumbing down the power of the terminal and removing terminal feature that will be confusing to regular terminal users. It really doesn't have to be this complicated to be useful.
Re: JetBrains IDE new Terminal Interface
#17I like the visual blocking of each command. Cool idea I haven't seen in other terminals.
Re: JetBrains IDE new Terminal Interface
#18That’s pretty cool. I wonder how JetBrains IDEs and VS Code manage to detect the installed shells (zsh, bash, PowerShell, etc.) in the first place since I certainly have no idea how to do it in either Java or JavaScript. Maybe they write platform-specific code?
» cat /etc/shells
# Pathnames of valid login shells.
# See shells(5) for details.
/bin/sh
/bin/bash
/usr/bin/git-shell
/bin/zsh
/usr/bin/zsh
/bin/rbash
/usr/bin/rbash
/usr/bin/bash
/usr/bin/shRe: JetBrains IDE new Terminal Interface
#19The visual separation of each command and output into block seems like a step in that direction?
Re: JetBrains IDE new Terminal Interface
#20That’s pretty cool. I wonder how JetBrains IDEs and VS Code manage to detect the installed shells (zsh, bash, PowerShell, etc.) in the first place since I certainly have no idea how to do it in either Java or JavaScript. Maybe they write platform-specific code?