-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
A-assistsS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
IntelliJ's Rust plugin supports:
- Promote Module to directory, which means make a
.rsfile module into a directory style module with the same name. - Downgrade Module to file, which means make a directory style module with only a
mod.rsinside into a file module.
I use these feature a lot, but when migrating to vscode and rust-analyzer, I found there're no such things.
So is it possible for rust-analyzer to support these?
(I'd love to have a try to implment this feature if you think this is a good idea.)
Metadata
Metadata
Assignees
Labels
A-assistsS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now