ignatov / intellij-erlang

Erlang IDE
https://www.jetbrains.com/help/idea/2018.2/getting-started-with-erlang.html
Other
735 stars 120 forks source link

No way to create a Erlang project type in the IDEA 2022.1 #975

Closed ljchen1 closed 2 years ago

ljchen1 commented 2 years ago

I have installed the IDEA 2022.1 and the Erlang plugin but there is no way to create the Erlang project in the new project wizard:

image

If I select Help | Find Action from the main menu, type Registry, select it and in the opened list, find and disable the new.project.wizard options there, I can able to create the Erlang project now.

alvaropag commented 2 years ago

I also have this problem, is there any workaround? Maybe a command line way to create a project?

ljchen1 commented 2 years ago

@alvaropag Hi, you could back to the Welcome screen ,press "Ctrl-Shift-A (or Cmd-Shift-A in mac), type Registry, select it and in the opened list, find and disable the new.project.wizard options there. Then you should able to use the old wizard to create the project.

alvaropag commented 2 years ago

Thanks @ljchen1! I'll give it a try! I resolved the problem using the option "Create project from sources", that's only available inside the IDE and not on the new wizard. Thank you for the help!

port513 commented 2 years ago

How do I get the new.project.wizard back then? It's gone now ;)

KronicDeth commented 2 years ago

@YannCebron On JetBrains Platform Slack said this issue was https://youtrack.jetbrains.com/issue/IDEA-292993/Custom-module-type-from-plugin-not-appearing-in-File-New-Module when I reported it for my Elixir plugin. I worked around it by implementing the newProjectWizard.language extension

ignatov commented 2 years ago

Fixed in 46e9d1167b5ccd3cd3fb6df5ecae715b938cbcaf and the latest update of the plugin contains the fix.