/Rename-Me

VSCode extension to rename your workspace files

Primary LanguageTypeScript

Rename me

Rename me is a VSCode extension to rename your project files using VSCode Command Palette.

Installation

Not published yet

Usage

MacOS: + + P

Linux & Windows: Ctrl + + P

Screenshots

App Screenshot

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/FxOmar/Rename-Me.git

Go to the project directory

  cd Rename-Me/

Install dependencies

  npm install

To run Webpack server using Terminal:

  npm run watch

OR

Press F5. This will compile and run the extension in a new Extension Development Host window.

if you make any changes to extension.ts file

Run Developer: Reload Window in the new window.

Run the command File: Rename me again.

Authors