-
Notifications
You must be signed in to change notification settings - Fork 136
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
Discussion: "create new file" could be more intuitive and convenient #706
Discussion: "create new file" could be more intuitive and convenient #706
Comments
yes, this is more UX improvement, right now in VS Code we have to create the file first, then manually select class/interface/enum, however in other Java IDEs, they will provide an UX popup before user creates the file I would say this is something nice to have, for now it might be lower priority but let us revisit if more feedback on this arises |
https://code.visualstudio.com/updates/v1_59#_contribution-point-for-new-file-menu Is it a good place to contribute? E.g. Create a Java Class/Interface/... |
Sounds good |
as discussed in our meeting, we can investigate this approach :) |
Right now when we create a new file, we will have to manually type class, interface, enum
Also, if our class extends another class or implements another interface, we will have to manually do this in source code.
Furthermore, there are other options that we might want to edit, eg. public vs private vs protected
However, other products provide more intuitive and convenient way when creating a new file, etc
I'm also seeing customer that asks for this kind of feature, let's investigate if there is a way to optimize this
The text was updated successfully, but these errors were encountered: