-
Notifications
You must be signed in to change notification settings - Fork 10
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
Copy qualified name` doesn't work correctly #24
Comments
I also encountered the same problem, and i use VSCode Copy fully qualified name instead of that。 |
Yes, it will return the default value if the extension can not parse the path correctly. |
A better way would be to show an error, instead of misleading the user that everything went fine only to realize on paste that in fact there is a problem. |
It's a good idea!I will add it in next version. |
Also, unlike the extension linked above, this one just always copies the FQN of the currently opened class - instead of FQN of the thing at cursor. |
Hi,
when using the
Copy qualified name
command I always end up havingio.github.jiangdequan
in my clipboard, regardless of where my cursor in a java class is.It seems that this is used as a default value in case something goes wrong. In that case it would be better to just show a notification.
The text was updated successfully, but these errors were encountered: