Crates.io | rename_imports |
lib.rs | rename_imports |
version | 0.1.1 |
source | src |
created_at | 2023-01-15 23:50:37.133237 |
updated_at | 2023-02-20 00:46:41.564486 |
description | WIP: Learning rust by implementing an import renaming tool |
homepage | |
repository | https://github.com/smichaud/rename-imports.git |
max_upload_size | |
id | 759749 |
size | 1,221,542 |
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:
.py
) renaming.