Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

If the constructor's parameters placed separately on more than 3 lines including the ClassName's line, the Initialize popup cannot be triggered by editor.action.quickFix #25

Open
cateyes99 opened this issue Mar 15, 2017 · 0 comments

Comments

@cateyes99
Copy link

cateyes99 commented Mar 15, 2017

Write a constructor like this

public ClassName( int a,
    int b, int c,
    int d, int e, int f)
{
}

or

public ClassName(
    int b, int c,
    int d, int e, int f)
{
}

after int f, the the Initialize propup cannot be triggered :(

@cateyes99 cateyes99 changed the title If the constructor's parameters placed separately on more than 3 lines, the Initialize propup cannot be triggered by editor.action.quickFix If the constructor's parameters placed separately on more than 3 lines including the ClassName's line, the Initialize popup cannot be triggered by editor.action.quickFix Mar 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant