Single line ParameterInfoHandler

I notice the parameter info popup (ctrl+p) for Java displays all parameters on a single line, while the extension point based ParameterInfoHandler that I have created draws one line per parameter.  How can I get them drawing on a single line?

0
1 comment

Please check com.intellij.lang.parameterInfo.ParameterInfoHandlerWithTabActionSupport

 

0

Please sign in to leave a comment.