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
{{ message }}
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
publicClassName( int a,
int b, int c,
int d, int e, int f){}
or
publicClassName(
int b, int c,
int d, int e, int f){}
after int f, the the Initialize propup cannot be triggered :(
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Write a constructor like this
or
after
int f
, the the Initialize propup cannot be triggered :(The text was updated successfully, but these errors were encountered: