vim-hdevtools
vim-hdevtools copied to clipboard
Accept Hdevtools Suggestion
It would be cool if you could review a suggestion made by hdevtools
and choose to automatically accept it into your code. So, when hdevtools
says:
Redundant bracket Found: ((placeAI x y gameState course)) Why not: (placeAI x y gameState course)
I'd like to say: "Yes! Thank you! Please do that!" and have it edit my code for me.
Is there any interest in this feature? Should I try my hand at it?