We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Where file contains table 'rex' ie: rex = {}
Refactor
function activateGroup(groupname)
to
function rex.activateGroup(groupname)
Get message "Inserted identifier is not valid", and no refactor is performed.
Refactor to be performed.
Message: "Inserted identifier is not valid"
Unsure if issue is with plugin or IntelliJ itself?
The text was updated successfully, but these errors were encountered:
maybe intellij self
Sorry, something went wrong.
No branches or pull requests
Environment(环境)
What are the steps to reproduce this issue?(重现步骤?)
Where file contains table 'rex' ie: rex = {}
Refactor
function activateGroup(groupname)
to
function rex.activateGroup(groupname)
What happens?(出现什么问题?)
Get message "Inserted identifier is not valid", and no refactor is performed.
What were you expecting to happen?(期望?)
Refactor to be performed.
Any logs, error output, etc?(有没有什么log, error输出?)
Message: "Inserted identifier is not valid"
Any other comments?(其它说明)
Unsure if issue is with plugin or IntelliJ itself?
The text was updated successfully, but these errors were encountered: