Ivan Schütz
- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 11
-
创建于 No suitable licenses associated with account
已回答I just bought a 1 Month AppCode license with my account. Downloaded the latest AppCode. Enter my user name and password, it says, No suitable licenses associated with account email@domain.com Res... -
已编辑于 Supported products
已回答At the bottom of update plugin in the web interface, there's "Determine supported products by dependencies in plugin.xml" I don't know what exactly I have to do. Basically, I developed a plugin whi... -
已编辑于 How to insert action directly after generate menu item?
已回答I'm trying to make an action show up directly below "==() and hashCode" in the generate menu. I used this: <actions> <action id="action.GenerateCopyWithMethodAction" class="action.GenerateCopyWi... -
已编辑于 NullPointerException using plugin in Android Studio
已回答I developed a plugin for Android Studio. First I tested only in IntelliJ. Everything works. Now I started testing on Android Studio. When I tap on the action, it doesn't execute it and shows this i... -
已编辑于 How to print debugging messages?
已回答See `print` call at the beginning of `actionPerformed`: class HelloAction : AnAction("Hello") { override fun actionPerformed(event: AnActionEvent) { print("Event: $event") val proj... -
创建于 Shortcut to see method parameters, or placeholders?
When I finish typing a method name (for call), or maybe have added a few parameters, I want to see quickly all the parameters, maybe because I forgot the some of them, or to check I'm entering them... -
创建于 Can I see the method name in the navigation bar?
Currently my navigation bar displays the path between project and file. Is it possible that it also shows the class/object and method name where my cursor is? I looked in preferences and view menu ... -
创建于 Cannot resolve symbol split
Hi,I'm working with Intellij 12.1.4 Community edition for Mac. I installed the latest Scala plugin 0.19.298. I'm using scala 2.10.2.On this line:"a,b".split(",") split is highlighted, and says "Can... -
创建于 Cannot resolve symbol -> or +
Hi,I'm working with Intellij 12.1.4 Community edition for Mac. I installed the latest Scala plugin 0.19.298. I'm using scala 2.10.2.All the "->" symbols are highlighted red, also + when used in st...