Hacker News new | ask | show | jobs
by interbased 878 days ago
I code in PyCharm but I don't use most of the features. I mostly appreciate the autocomplete for certain parts of the code and the syntax underlining, but perhaps an LSP would help with that. Besides that, I like using command line for everything. I dig your minimalist approach.
1 comments

I was a PyCharm user myself, but later I found out that for most of my projects, Sublime works well with auto complete (Except Java). For flutter code refactor (like wrap widget, etc.) and suggestions, LSP works very well.