Sauron is a plugin of DrRacket to make it be a better Racket IDE, see more in user guide, the following shows something you can do with the plugin.
- Refactoring
- File explorer
- Auto formatting
- Jump to definition
- ...
raco pkg install --auto sauron
After installation, restart your DrRacket is required, then go to user guide to see how to use it.
- drcomplete: this plugin can help you get better completion, with sauron, completion would be triggered by default gives you a better experience. NOTE: only recommend for >=8.0 users since performance issue
Install Git Hooks
ln -sf $(pwd)/.hooks/pre-commit $(pwd)/.git/hooks/pre-commit