主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2019年07月10日 11:09
Alexander Shustanov, thank you. We'll try to be more careful. All this UastReference*-related functionality was added recently and I didn't think that someone will use it outside Jetbrains. Also it...
社区
IntelliJ IDEA Open API and Plugin Development
Why did you remove UAST classes without deprecation and ScheduledForRemoval annotation?
2 票
创建于
2020年10月15日 17:02
Brandon, if you want to collect all annotations from the file, you could use following options, please note also that there could be nested classes and classes defined in methods and so on. So one ...
社区
IntelliJ IDEA Open API and Plugin Development
Does UAST support Kotlin?
1 票
创建于
2019年07月01日 10:33
> Last three or two releases you break UAST API without warning Hello, could you please tell more about previous breakings? just classes or method names if possible. It will let us understand if we...
社区
IntelliJ IDEA Open API and Plugin Development
Why did you remove UAST classes without deprecation and ScheduledForRemoval annotation?
1 票
创建于
2019年02月18日 19:56
> whether the inspection should only be used as a guide, or whether it telling you strictly means it is in fact possible to get what you need in some other way. The second option. It should be poss...
社区
IntelliJ IDEA Open API and Plugin Development
Supporting both Kotlin and Java
1 票
创建于
2018年08月20日 10:22
1. Highlighting should work out-of-the-box, please check logs for any errors 2. You could do it by calling `addPlace` for each concatenation operand within one `startInjecting`/`donetInjecting` wra...
社区
IntelliJ IDEA Open API and Plugin Development
Java: Surround injected SQL dynamically
1 票
已编辑于
2018年07月04日 11:14
`KtExpression` type directly inherits `PsiElement` so it is very strange if you still need to cast if you have a variable of `KtExpression` type Anyway, always glad to help)
社区
IntelliJ IDEA Open API and Plugin Development
How to read a Kotlin Annotation inside an intellij plugin?
1 票
创建于
2018年07月03日 06:19
Hi! I usually do it somehow like this: annotationEntry.valueArguments.firstOrNull { it.getArgumentName()?.asName?.asString() == name }?.getArgumentExpression()
社区
IntelliJ IDEA Open API and Plugin Development
How to read a Kotlin Annotation inside an intellij plugin?
1 票
创建于
2023年04月03日 19:07
Yes, the `VirtualFile` class gives you access to the filename and directory, also you can use the `VirtualFileSystem` service to convert it to `java.nio.file.Path` for instance. If you can determin...
社区
IntelliJ IDEA Open API and Plugin Development
extend and add autocompletion for Particular YAML file based on custom schema
0 票
创建于
2023年03月28日 13:30
正式评论
You could try to implement the `JsonSchemaProviderFactory` Extension Point and `JsonSchemaFileProvider` interface. It works both for Json and Yaml.
社区
IntelliJ IDEA Open API and Plugin Development
extend and add autocompletion for Particular YAML file based on custom schema
0 票
创建于
2022年01月12日 11:57
Thank you! It seems that it is a bug and `YamlInjectedLanguageBlockWrapper#getSpacing` should pass `original`-s of blocks to `original`. I've created a IDEA-286525 YAML: Injected blocks are not pro...
社区
IntelliJ IDEA Open API and Plugin Development
InjectedLanguage formatting: computeSpacing
0 票
下一页
›
最后
»