EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.73k stars 290 forks source link

能不能在require搜索的source root里加上Lua additional source root。 #443

Closed zzh799 closed 2 years ago

zzh799 commented 2 years ago

Environment(环境)

name version
IDEA version [e.g. IC2018.2 EAP, CL2018.1.2]
EmmyLua version [e.g. v1.2.5]
OS [e.g. OSX 10.13.4, Windows 10]

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

What happens?(出现什么问题?) Rider下require不能进行路径提示

What were you expecting to happen?(期望?) 这样既不需要Project Structure,也能让Rider添加additional source root 来实现require代码提示。

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

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Any other comments?(其它说明)

CppCXY commented 2 years ago

计划中是通过文件配置来抹平IDE差异,这个计划在1年前就有了,然后就拖了1年。