Mikhail Galanin

- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Created IDEA Community doesn't see standard functions of Kotlin
AnsweredHi there, That is a weird problem. IDEA highlights "mutableMapOf" (and some other) as an unresolved reference, however the project is built without any problems. Could anyone suggest what's going... -
Created Code template
AnsweredHi there, I would like to add a template which would be editable via Editor / File and Code Templates / Code If I add file to resources/fileTemplates they will be added to "new file" menu, which ... -
Created java.lang.NoClassDefFoundError in test after upgrading on 2019.2
AnsweredHi there. When I changed IDEA version in build.gradle, all tests started failing with the following error: com.badoo.component.plugin.zabbixdiscovery.MetricCompletionTest > initializationError FAIL... -
Created Creating a custom debug configuration for PhpStorm
Hi, I would like to add a custom configuration, based on PhpStorm Xdebug. Could you please advise me from where I should start? -
Created Test plugin for PhpStorm
AnsweredHi, I've added some completions for my project-specific feature. Now, I'm trying to write a test for it, however it looks like neither my plugin nor PHP plugin is loaded. class CpqHandlerCompleti... -
Edited Plugint test under gradle leads to NoSuchMethodError: log4j.WriterAppender
AnsweredHi, I was trying to create a simple test but keep getting error: com.plugin.test.MessageWriterTest > initializationError FAILED java.lang.NoSuchMethodError: org.apache.log4j.WriterAppender.<init... -
Created Completion inside a string literal
AnsweredHi, I'm trying to add some features on top of Protobuf plugin: to add completion of some custom options class DimensionCompletionContributor : CompletionContributor() { init { extend(Co...