Live data from Hacker News

JetBrains IDE new Terminal Interface

blog.jetbrains.com

1–10 of 102 posts

Re: JetBrains IDE new Terminal Interface

#2
That’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?

Re: JetBrains IDE new Terminal Interface

#4
> 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 control over the prompt area of the terminal

So much for having a terminal in my IDE. It's not really a terminal anymore, or at least not in the sense that I'd call it a terminal, but more something that just barely fits the nomer of being a command+line interface.

Re: JetBrains IDE new Terminal Interface

#6
post #3

I like the visual blocking of each command. Cool idea I haven't seen in other terminals.

Similar concepts have existed for a while, such as Warp. The Chrome Devtools console is also similar in having blocks for errors and warnings. I wonder if Nushell can work with it.

Re: JetBrains IDE new Terminal Interface

#9
post #7

I'm normally cynical bastard resistant to change. But Jetbrains new IDE styling is really good. I use it in WebStorm everyday and see no reason to move back to the old UI. Kudos Jetbrains.

I found for myself that "compact" version of the new UI is not compact enough. And the only way around this is to reduce IDE's font size, which worsens readability.

Re: JetBrains IDE new Terminal Interface

#10

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

And here I was, thinking of implementing exactly that mechanism in an X terminal application. (haven't seen the JetBrains variant at all).
Post reply on HN