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
I can't currently work out how to create a postfix expression that is valid outside of methods in java.
It appears the only valid postfix's are expression based.
I was hoping to be able to do
myMethodName.meth and complete a template looking roughly like this:
.meth : public static main method
ANY → $access:enum("public", "private", "protected")$ $static$ $returnType#1:fixedTypeName():void$ $expr$($END$)
It would be especially useful when creating new methods that have known annotations that could be added, and have restrictions on accessibility, like in cases of annotated Controller methods in various web frameworks.
The text was updated successfully, but these errors were encountered:
I can't currently work out how to create a postfix expression that is valid outside of methods in java.
It appears the only valid postfix's are expression based.
I was hoping to be able to do
myMethodName.meth and complete a template looking roughly like this:
It would be especially useful when creating new methods that have known annotations that could be added, and have restrictions on accessibility, like in cases of annotated Controller methods in various web frameworks.
The text was updated successfully, but these errors were encountered: