Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend "Code Intentions": Class generation #572

Open
GhostInTheSteiner opened this issue Dec 19, 2020 · 0 comments
Open

Extend "Code Intentions": Class generation #572

GhostInTheSteiner opened this issue Dec 19, 2020 · 0 comments

Comments

@GhostInTheSteiner
Copy link

GhostInTheSteiner commented Dec 19, 2020

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):

image

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:

image

Options:

  1. In another file (by default in the same folder, if possible open a dialog and allow the user to select the directory)
  2. 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:

image
(cursor is placed on the method name "Test3", just not visible)

image
(cursor is placed on the class name "Test")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant