Comment by bredren
21 hours ago
> with a simple extension for some UX improvements
What are the UX improvements?
I was using the Pycharm plugin and didn’t notice any actual integration.
I had problems with pycharm’s terminal—not least of which was default 5k line scroll back which while easy to change was worst part of CC for me at first.
I finally jumped to using iterm and then using pycharm separately to do code review, visual git workflows, some run config etc.
But the actual value of Pycharm—-and I’ve been a real booster of that IDE has shrank due to CC and moving out of the built in terminal is a threat to usage of the product for me.
If the plugin offered some big value I might stick with it but I’m not sure what they could even do.
#1 improvement for VS Code users is giving the agent MCP tools to get diagnostics from the editor LSPs. Saves a tremendous amount of time having the agent run and rerun linting commands.
This is a great point. Now I'm wondering if there's a way to get LSPs going with the terminal/TUI interface.
opencode has that