Mikhail Ivanov E
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Mikhail Ivanov E created a post, AnsweredAdditional 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... -
Mikhail Ivanov E created a post, Answered@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... -
Mikhail Ivanov E created a post, AnsweredImport 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...