I'd like to reuse "Rename" refactoring menu item (command) for a language that's not supported in VS by default (F#).
For F# source files this command is disabled. So, I need to solve two issues:
- How to enable this command for *.fs, *.fsi, *.fsx files
- Handle this command in our extension.
Thanks!