rename_imports

Crates.iorename_imports
lib.rsrename_imports
version0.1.1
sourcesrc
created_at2023-01-15 23:50:37.133237
updated_at2023-02-20 00:46:41.564486
descriptionWIP: Learning rust by implementing an import renaming tool
homepage
repositoryhttps://github.com/smichaud/rename-imports.git
max_upload_size
id759749
size1,221,542
Sebastien Michaud (smichaud)

documentation

README

Rename Imports

A tool to adjust imports when a file is renamed.

The goal is to be standalone (no use of LSP , syntax parser, etc.).

JavaScript (.js, .jsx, .ts, .tsx) is the first handled filetype.

TODO:

  • Handle Python (.py) renaming.
  • Handle directory renaming.
  • Multithread the process.
Commit count: 12

cargo fmt