A small update, but beefs up many existing features and introduces one that many have wanted: semantic refactoring. Find it under Command Palette → Rename Symbol.
Refactoring works across files, including unopened ones that the editor will open, modify and leave for you to save, as a precaution. This feature won’t work on refactoring module names that also represent file names, and anything generated by ppxes.
As always, we aim to keep such feature robust, performant and simple. Enjoy needing fewer string replacements!