Method separators in custom language plugin?

I'm thinking of writing my own language plugin.. Is it possible to have "method separators" in custom language?

0

There is no difference between custom and non-custom languages; every feature existing in the product can be supported for your language. To see how method separators are implemented, search for usages of DaemonCodeAnalyzerSettings.SHOW_METHOD_SEPARATORS.

0

Just to add - I have them in my language plugin. So it is very doable.

0

请先登录再写评论。