主页
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)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
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年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 票
创建于
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 票
下一页
›
最后
»