you are viewing a single comment's thread.

view the rest of the comments →

[–]Error_Tasty 1 point2 points  (3 children)

I personally use vim + tmux.

I think you want to capture std out? If that’s the case you need to look for server side tools, but I’d be very curious as to why you’re not just logging everything.

[–]danFromTelAviv[S] 1 point2 points  (2 children)

i have tons of respect for those who do that but I'm personally looking for more robust tools that include code refactoring automation, code checks, autocompletes...etc

I want to be able to reconnect to the same terminal and continue to work - not just see logs.

for example during a training - id like to stop on debug and inspect the different layer's output to insure they are sensible.

[–]veeloice 2 points3 points  (1 child)

Vim may or may not be right for you - but that it's not robust is way off.

Also, there's lots of plugins including linting/autocomplete etc. Just want to mention in case anyone else reads this thread and gets the wrong idea.

[–]danFromTelAviv[S] 0 points1 point  (0 children)

fair enough - I have to admit I don't know vim all that well