I use Fish, because it has really nice tab completion, suggests recently used commands, and expands abbreviations. I hope JetBrains won't force this new behavior because that would kill all these useful features. If they want to fix the integrated terminal, they should start with the performance, TUI apps are virtually unusable there.
JetBrains IDE new Terminal Interface
91–100 of 102 posts
Re: JetBrains IDE new Terminal Interface
#92with that said, at least in the past, their IDE terminal was far from perfect (if you did a "clear" in the terminal, it really messed it up, at least from my experience).
Re: JetBrains IDE new Terminal Interface
#93I like the visual blocking of each command. Cool idea I haven't seen in other terminals.
Apple's Terminal.app had similar functionality for a while: CMD+Up/Down to navigate between past commands and quick selection of command outputs. Other terminals, like iTerm (MacOS only), Kitty, WezTerm and so on also have similar options, usually behind some sort of "shell integrations" feature.
EDIT: Found some more info
iTerm calls it "prompt marks": https://arc.net/l/quote/muwfagqi
If you're also using Starship (https://starship.rs/), then you might want to look at this issue: https://gitlab.com/gnachman/iterm2/-/issues/10537#note_15803...
Re: JetBrains IDE new Terminal Interface
#94Earlier quoted context omitted.
Yes, I genuinely just use the menus for anything I don't use often enough to map a keyboard shortcut to. I find search dialogues to be annoying and counter to building intuitive memory for using an application. They're a "last resort" to me when the UI of a program is poorly made.
Makes sense! Don’t mean to do that annoying internet thing where I am saying you are wrong and I am right, just curious to hear more specifics about it, thanks!
I tend to intuit functionality physically so I am often annoyed by layout changes.
Re: JetBrains IDE new Terminal Interface
#95Earlier quoted context omitted.
Apple's Terminal.app had similar functionality for a while: CMD+Up/Down to navigate between past commands and quick selection of command outputs. Other terminals, like iTerm (MacOS only), Kitty, WezTerm and so on also have similar options, usually behind some sort of "shell integrations" feature.
Do you happen to know how to configure this in iTerm? It's the one feature I miss the most from Warp. EDIT: Found some more info iTerm calls it "prompt marks": https://arc.net/l/quote/muwfagqi If you're also using Starship ( https://starship.rs/ ), then you might want to look at this issue: https://gitlab.com/gnachman/iterm2/-/issues/10537#note_15803...
Re: JetBrains IDE new Terminal Interface
#96Re: JetBrains IDE new Terminal Interface
#97I have always wanted a notebook style UI for terminal because I need to go back to what I learnt many times (say AWS CLI commands ...with syntax as well as output saved) The visual separation of each command and output into block seems like a step in that direction?
Why not just use Jupyter? It has a zsh kernel[1]. [1] https://github.com/dan-oak/zsh-jupyter-kernel
Re: JetBrains IDE new Terminal Interface
#98My Jetbrains software yearly subscription is the best value for money I pay for anything related to my work! Their software just improves my productivity out of sight. If you look at the prices for other subscriptions, then look at Jetbrains, you wonder, "How do they do it?" I guess they're just really good at software.
I'm a Emacs guy, and still use it when staging/stashing/committing stuff, but when I rediscovered JetBrains tools, it was such a joy to use, I've used WebStorm (with Datagrip paid plugin) as my daily driver ever since.
I like Emacs but JetBrains stuff just work without needing to search obscure config on the web, it's a breath of fresh air.
Re: JetBrains IDE new Terminal Interface
#99That's a gross misrepresentations of the value proposition of a terminal ui. Even when you are fully proficient in all UI elements, most UIs --- with very few counter examples [1] --- don't offer a comparable composability of commands.
[1]: The only ones that come to my mind are at the moment are, large graphics applications that provide an editable history of all commands that lead to the current state. That is arguable even more advanced than a terminal interface.
Re: JetBrains IDE new Terminal Interface
#100Earlier quoted context omitted.
> The new terminal (Beta) is now in JetBrains IDEs and will be available in the new UI 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 term…
> “New UI” that’s minimal and a cheap knock off of VSCode Equating being minimal with being cheap sounds about as smart as equating IDE with its UI. IDE is about functionalities not how big/small buttons are or how many panels you can show off at once.
All that said, I like the new UI. The top bar with the project/task/branch switcher is just perfect for my workflow, even if the tasks UI could do with a little more attention.