EmmyLua / IntelliJ-EmmyLua

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

Creation of new project do nothing #568

Open chicogamedev opened 7 months ago

chicogamedev commented 7 months ago

Environment(环境)

name version
IDEA version Build #PY-232.10203.26 (PyCharm pro)
EmmyLua version 1.4.7-IDEA231
OS Windows 11

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

  1. Create a new EmmyLua project

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

Nothing

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

The creation of a project

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

Any other comments?(其它说明)

Maybe I'm missing something ? But absolutely nothing happens when I choose a path and hit "Create".

CppCXY commented 5 months ago

you don't need to create an emmylua project, just create any directory with lua files in it.

jgentil commented 4 months ago

you don't need to create an emmylua project, just create any directory with lua files in it.

Sure, but there's still an option to do so, and if you try it, it does literally nothing.

jgentil commented 4 months ago

It's worth noting that it works in IntelliJ, but not in PyCharm. Once created in IntelliJ, it will work as expected in PyCharm. So it's probably just a difference in their New Project UIs.