Closed ljchen1 closed 2 years ago
I also have this problem, is there any workaround? Maybe a command line way to create a project?
@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.
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!
How do I get the new.project.wizard back then? It's gone now ;)
@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
Fixed in 46e9d1167b5ccd3cd3fb6df5ecae715b938cbcaf and the latest update of the plugin contains the fix.
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:
If I select
Help | Find Action
from the main menu, typeRegistry
, select it and in the opened list, find and disable thenew.project.wizard
options there, I can able to create the Erlang project now.