主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2022年01月11日 16:21
正式评论
Hm, in my understanding `SpacingBuilder.getSpacing` should be called from inside the `Block.getSpacing` implementation of your custom language, when it performs the "formatting" of the injected fil...
社区
IntelliJ IDEA Open API and Plugin Development
InjectedLanguage formatting: computeSpacing
0 票
创建于
2020年09月30日 10:35
正式评论
Hello! Kotlin resolving doesn't work properly for files created "in the air" (I mean created by the PsiFileFactory and not connected to the project and module), which is necessary to build a proper...
社区
IntelliJ IDEA Open API and Plugin Development
Does UAST support Kotlin?
0 票
创建于
2020年01月28日 14:09
Ok, thank you. Most probably it is a bug - I've created an issue about it IDEA-231615
社区
IntelliJ IDEA Open API and Plugin Development
Plugin no longer working after upgrade to 2019.3
0 票
创建于
2020年01月28日 13:01
> SpringMvcElVariablesProvider is returning true from its processImplicitVariables call, even though it does not recognize the variable, meaning that my provider is never called. `true` means "cont...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin no longer working after upgrade to 2019.3
0 票
创建于
2019年11月12日 16:08
正式评论
Good catch! thank you for notice! It is a known issue that Kotlin inline functions could bring binary incompatibility into usage site. I've updated the code but it seems that currently there is no ...
社区
IntelliJ IDEA Open API and Plugin Development
Backward compatibility problem with UAST
0 票
创建于
2019年08月27日 16:17
`PsiClassType` in case of Kotlin will resolve to `KtLightDeclaration<KtClassOrObject, PsiClass>` from which you can take `kotlinOrigin` which will be your `KtClassOrObject`. But actually it is li...
社区
IntelliJ IDEA Open API and Plugin Development
How to get kotlin class from UParameter type?
0 票
已编辑于
2019年08月26日 14:36
> By the way, as I understand, we can have several UClass instances at the same time for the same class? Do you mean caching? No UClasses are not cached so you'll create a new UClass instance ea...
社区
IntelliJ IDEA Open API and Plugin Development
Line Markers are suddenly disappearing in kotlin file (UAST).
0 票
创建于
2019年07月31日 15:23
正式评论
There is no guarantee that default attribute declaration is convertible to UAST (especially if there is no sources avaliable). You'll get more stable results if you'll work via `UAnnotation.javaPsi...
社区
IntelliJ IDEA Open API and Plugin Development
Default attributes for UAnnotations
0 票
创建于
2019年07月26日 08:38
正式评论
Hello! the recommend way to use `UClass` as a `PsiClass` is to call the `javaPsi` method of the `UClass`. > it also is highlighted as unstable. Hm, it is strange, it should be marked. Can you sha...
社区
IntelliJ IDEA Open API and Plugin Development
Inheritors search for UAST
0 票
创建于
2019年01月29日 12:04
正式评论
Hi! Expression annotation is a Kotlin specific feature and is not supported by UAST. If you want to somehow work with expression under annotations you should better use regular `PsiElementVisitor` ...
社区
IntelliJ IDEA Open API and Plugin Development
Expression Annotation parsed as org.jetbrains.uast.kotlin.UnknownKotlinExpression
0 票
«
第一页
‹
上一页
下一页
›
最后
»