IntelliJ-EmmyLua icon indicating copy to clipboard operation
IntelliJ-EmmyLua copied to clipboard

Goland不识别.lua文件

Open TracyPro opened this issue 4 years ago • 2 comments

Environment(环境)windows10

Goland 2020.3

What are the steps to reproduce this issue?(重现步骤?)

1.新建lua文件,名称为MPFAttr.lua

What happens?(出现什么问题?)

Goland IDE不识别MPFAttr.lua为lua文件

What were you expecting to happen?(期望?)

可以识别

Any logs, error output, etc?(有没有什么log, error输出?)

无日志。

TracyPro avatar Mar 29 '21 13:03 TracyPro

1.安装emmylua 插件 2.创建文件的时候不要一路enter把 txt关联到这个文件去了,通过修改file types解决

CppCXY avatar Mar 29 '21 14:03 CppCXY

goland的文件->设置->编辑器->文件类型 找到lua确认一下文件名模式.lua后缀是不是在里面

veloting avatar May 12 '22 08:05 veloting