-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rebind cannot be performed for class org.pkl.intellij.psi.PklModuleUriReference #16
Comments
I can't reproduce this locally (also on Mac). |
yes, at least for the ones I've tried, but here is the thing:
btw, I'm using "triple-dot module URIs" for imports here is the stack trace from trying to rename after I've reopened the IDE (it differs from the one in the original post): Stacktrace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are/were you trying to achieve?
I tried to rename a Pkl Module file from
net.pkl
toNet.pkl
, but it didn't work.What’s the impact of this bug/feature?
I can't rename the file using the "Rename" dialog.
The plugin version (under Preferences > Plugins > Pkl).
0.26.0
The JetBrains IDE version information (use the "Copy" button of the "About" dialog).
JetBrains IDE version information
The complete error message, including stack trace (if available).
Error:
Rebind cannot be performed for class org.pkl.intellij.psi.PklModuleUriReference
Stacktrace
The simplest possible steps to reproduce.
Try to rename the file:
The text was updated successfully, but these errors were encountered: