You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code intentions for Consulo don't live up to their counterparts in other Jetbrains Products such as Rider. Those are all options (even though more intentions apparently work):
This is just a one-person project for the most part, so I'll restrict myself to a few intentions that are still lacking and that I personally consider important.
Create Class intentions:
Options:
In another file (by default in the same folder, if possible open a dialog and allow the user to select the directory)
In the same file
Bonus points if the cursor doesn't need to be on the highlighted class for the tip to show up.
See this example of the currently working method generation for reference:
(cursor is placed on the method name "Test3", just not visible)
(cursor is placed on the class name "Test")
The text was updated successfully, but these errors were encountered:
The code intentions for Consulo don't live up to their counterparts in other Jetbrains Products such as Rider. Those are all options (even though more intentions apparently work):
This is just a one-person project for the most part, so I'll restrict myself to a few intentions that are still lacking and that I personally consider important.
Create Class intentions:
Options:
Bonus points if the cursor doesn't need to be on the highlighted class for the tip to show up.
See this example of the currently working method generation for reference:
(cursor is placed on the method name "Test3", just not visible)
(cursor is placed on the class name "Test")
The text was updated successfully, but these errors were encountered: