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

"Add unimplemented methods" is not available anymore #426

Closed
fbricon opened this issue Jan 31, 2018 · 4 comments
Closed

"Add unimplemented methods" is not available anymore #426

fbricon opened this issue Jan 31, 2018 · 4 comments
Assignees

Comments

@fbricon
Copy link
Collaborator

fbricon commented Jan 31, 2018

With the latest 0.18.0 release "Add unimplemented methods" code actions are gone!

Steps To Reproduce
  1. Open file like
package foo.bar;
import java.io.Closeable;
public class App implements Closeable{}
  1. put cursor on App, which has an error
Current Result

code action to implement missing methods are missing

Expected Result

code action to implement missing methods should be available

Additional Informations

Other code actions still work

@fbricon
Copy link
Collaborator Author

fbricon commented Jan 31, 2018

Weirdly enough, code action shows up for anonymous classes, like:

    public static void main(String[] args) {
        Closeable c = new Closeable(){
        };
    }

@snjeza snjeza self-assigned this Jan 31, 2018
@fbricon fbricon changed the title "Implement missing methods" is not available anymore "Add unimplemented methods" is not available anymore Feb 1, 2018
@kdlan
Copy link

kdlan commented Dec 17, 2018

seems this feature is still missing

@yaohaizh
Copy link
Collaborator

@kdlan, please provide the sample project.

As checked, it works as code action.
repro

@kdlan
Copy link

kdlan commented Dec 17, 2018

@yaohaizh
This gif works. Thanks.

May be should reference this gif to #270

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

No branches or pull requests

4 participants