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

Cannot Refactor Table-Namespaced Functions #579

Open
SeattleRex opened this issue Mar 9, 2024 · 1 comment
Open

Cannot Refactor Table-Namespaced Functions #579

SeattleRex opened this issue Mar 9, 2024 · 1 comment

Comments

@SeattleRex
Copy link

SeattleRex commented Mar 9, 2024

Environment(环境)

name version
IDEA version 222.4554.10
EmmyLua version 1.3.7.2-IDEA222
OS MacOS 13.4.1

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?

@CppCXY
Copy link
Member

CppCXY commented Mar 9, 2024

maybe intellij self

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

2 participants