sleistner / vscode-fileutils

Visual Studio Code Extension
https://marketplace.visualstudio.com/items?itemName=sleistner.vscode-fileutils
MIT License
190 stars 26 forks source link

Rename command clashes with vscode default context menu "rename" #372

Closed seyaobey-dev closed 3 years ago

seyaobey-dev commented 3 years ago

Describe the bug In my typescript project, I often use the context menu "rename" command to rename a variable every where in my codebase. After having installed this extension, the "rename" context menu command now rename the current file I'm editing. Is there a way, perhaps in the extension settings, to rename the "rename" command? (e.g "Rename file") so it does not clash with the built-in "rename" command?.

To Reproduce Install the extension. Create a React project with typescript Select a variable and attempt to rename it

Expected behavior Variable is renamed and the change is propagated across the codebase

Desktop (please complete the following information):