主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nicolay Mitropolsky
活动总数
53
最后的活动
2023年04月03日 19:07
成员加入日期
2018年04月30日 14:11
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
17
活动概览
文章(0)
帖子(0)
评论(35)
按最近的活动排序
最近的活动
投票数
创建于
2018年08月20日 15:43
> Why isnt' the "ORDER BY" displayed in the editor? > Is this intended behavior? Yes, it is intended behaviour, in the fragment-editor all suffixes replaced by a placeholder with text taken from or...
社区
IntelliJ IDEA Open API and Plugin Development
Java: Surround injected SQL dynamically
0 票
创建于
2018年08月20日 12:38
正式评论
Sorry I didn't get that we are talking about resolved elements, I thought it is about elements in sources we analyze. If you want to work with resolved element you should work via "descriptors". fo...
社区
IntelliJ IDEA Open API and Plugin Development
(Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
0 票
创建于
2018年08月19日 20:24
正式评论
Hi! If I understand correctly what you want then probably `MultiHostRegistrar.addPlace` `suffix` and `prefix` parameters it what you are searching for
社区
IntelliJ IDEA Open API and Plugin Development
Java: Surround injected SQL dynamically
0 票
创建于
2018年08月13日 10:28
Probably it is really better to send me a whole project and point me to the problematic line. because I still didn't get what is wrong with `getValueArguments` on annotationEntry
社区
IntelliJ IDEA Open API and Plugin Development
(Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
0 票
创建于
2018年08月02日 10:39
As we discussed earlier Light-classes will not work in "Common" modules (it is a bug). But through getAnnotationEntries everything should work
社区
IntelliJ IDEA Open API and Plugin Development
(Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
0 票
创建于
2018年07月23日 18:46
It is very strange. Could you please provide more details about what do you call and what you expect to get?
社区
IntelliJ IDEA Open API and Plugin Development
(Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
0 票
创建于
2018年07月04日 10:25
> expression has no access to `getNode()` It is really strange, `KtExpression` inherits from `PsiElement` and `getNode` is a method of base `PsiElement` along with `accept` for visitors
社区
IntelliJ IDEA Open API and Plugin Development
How to read a Kotlin Annotation inside an intellij plugin?
0 票
创建于
2018年07月03日 16:22
expression.getNode().getFirstChildNode() should work. Also, you could pass a visitor to the `accept` method to get inside the expression (probably you should use recursive visitor)
社区
IntelliJ IDEA Open API and Plugin Development
How to read a Kotlin Annotation inside an intellij plugin?
0 票
创建于
2018年06月29日 11:48
正式评论
Current status is (for IDEA 2018.2 and Kotlin 1.2.50) : EntityManager.createQuery and other such methods works, but there are some issues with string concatenation KT-13233 Spring JPA Repositorie...
社区
IntelliJ IDEA Users
Does Kotlin, JPA and jpql assist work?
0 票
创建于
2018年05月07日 10:04
Annotation entry for Kotlin - is a call expression, so `getValueArguments` should work to get passed arguments
社区
IntelliJ IDEA Open API and Plugin Development
(Kotlin PSI) Check if class is a subclass of a particular class, that works for JVM and Common platforms?
0 票
«
第一页
‹
上一页
下一页
›
最后
»