Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can’t rename a module #450

Closed
giraud opened this issue Feb 13, 2024 · 1 comment
Closed

Can’t rename a module #450

giraud opened this issue Feb 13, 2024 · 1 comment

Comments

@giraud
Copy link
Owner

giraud commented Feb 13, 2024

plugin version: 0.121

Description

if cursor is on Intf and one use 'refactor|rename' or 'shift+F6', the module and their references are not renamed

module B = {
    module type Intf<caret> = { };
};

module Impl : B.Intf = {};
@giraud giraud self-assigned this Mar 11, 2024
@giraud giraud changed the title Rename module not working Can’t rename a module Mar 11, 2024
@giraud giraud removed their assignment Mar 28, 2024
@giraud
Copy link
Owner Author

giraud commented Mar 28, 2024

Fixed in 0.123

@giraud giraud closed this as completed Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant