Hacker News new | ask | show | jobs
by progbits 811 days ago
I use it together with VS code and rust-analyser. I like having a view of the entire project - if I break something in a file I don't have open in the editor it is more obvious in the bacon output. You can also switch it to test mode.

However compared to cargo watch -c -x {check,test} it is only marginal improvement.

2 comments

One issue I'm having with bacon, that's why I don't use if often, is that after a while it seems that it stop working, I need to restart so it would run after a project file changes, also I use most of the time cargo watch.
If you open the "problems" menu in the bottom bar (a tab on the same menu as the terminal), you should see all the error for your whole project.