Mikhail Ivanov E
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Additional formatter for Apex language
已回答I am developing an additional plugin for Apex language. So far I created a few inspections and those are working fine. Now I'd like to add a formatter. The formatter will add an empty line after th... -
创建于 @SuppressWarnings and //noinspection doesn't work for my plugin
已回答I developed a plugin with a local inspection. The local inspection in plugin.xml is: <localInspection language="Apex" shortName="LoggerLogMethodNameInspection" displayName="LoggerLogMethodNam... -
创建于 Import another .jar library
已回答My plugin is dependent on another library/plugin. I added the library .jar file into Project Structure... | Libraries. And the library is visible in Intellij editor. But when I debug my code it thr...