<Action>(NewClass) isn't creating a new class #1355
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I can (partially) recreate this. It does not work in WebStorm, because there is no action for creating a class in that IDE. It does work as expected in IntelliJ though. Which IDE are you using? You could enable tracking action IDs to find the correct action. The documentation for this is here: https://github.com/JetBrains/ideavim?tab=readme-ov-file#finding-action-ids You can also do In IntelliJ I get the following
I get both to work using mappings. |
Beta Was this translation helpful? Give feedback.
-
|
I'm on intellij ultimate edition and even I'm getting the tracking id for new -> java class to be NewClass, but I'm not able to create new classes with leader+fc, I also learnt that for some reason even scratch files mapping that I created which is: " Create new scratch file Doesn't work but stuff like new directory, new file, recent files poppup, etc are all showing up. I have even marked the project as sources root. Is there a chance it's cause of the new groups thing that I have on my keymap settings in intellijj? |
Beta Was this translation helpful? Give feedback.
-
|
Scratch file still doesn't work but figured out that for new class I needed to be in a file from the project directory, I was trying to create a new class with the ideavimrc open. Damn I feel stupid. |
Beta Was this translation helpful? Give feedback.

Scratch file still doesn't work but figured out that for new class I needed to be in a file from the project directory, I was trying to create a new class with the ideavimrc open. Damn I feel stupid.