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

Please check com.intellij.lang.parameterInfo.ParameterInfoHandlerWithTabActionSupport

 

0

请先登录再写评论。