主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniil Ovchinnikov
活动总数
136
最后的活动
2024年04月16日 13:09
成员加入日期
2015年04月22日 14:21
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
51
活动概览
文章(0)
帖子(0)
评论(82)
按最近的活动排序
最近的活动
投票数
已编辑于
2021年10月28日 11:13
正式评论
This is a friendly reminder not to use private APIs. The field has been renamed to `componentKeyToAdapter`, it is defined in `com.intellij.util.pico.DefaultPicoContainer`, but `com.intellij.openap...
社区
IntelliJ IDEA Users
IDE Scripting console: Samples.groovy and .profile.groovy error under Intellij 2021.2.*
0 票
创建于
2020年08月11日 17:26
In both cases it boils down to the `com.intellij.codeInsight.navigation.action.GotoDeclarationUtil#findTargetElementsFromProviders(com.intellij.psi.PsiElement, int, com.intellij.openapi.editor.Edit...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 票
创建于
2020年05月06日 13:52
1) the declaration for a reference usage is determined here:com.intellij.codeInsight.navigation.actions.GotoDeclarationAction#findTargetElementsNoVSwhich calls com.intellij.codeInsight.navigation.a...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 票
已编辑于
2020年04月23日 10:58
正式评论
It’s not possible with gdsl, and you need to create a plugin with an implementation of GroovyNamedArgumentProvider extension. Please check out GroovyConstructorNamedArgumentProvider as a reference....
社区
JetGroovy
Adding IDE assistance for extension method creating map constructor
0 票
创建于
2020年04月08日 14:47
Boaz Nahum could you please share the project you are working on or create a minimal reproducible example?
社区
IntelliJ IDEA Users
How to add flag '--enable-preview' to groovy compiler
0 票
已编辑于
2020年04月08日 13:45
正式评论
Hi Martin Hofmannsobik Chris Campbell is right, this is the same problem. Groovy plugin depends on properties plugin, to make the test load the Groovy plugin please include "properties": setPlugins...
社区
IntelliJ IDEA Open API and Plugin Development
How can I write a test for a plugin editing Groovy files?
0 票
创建于
2020年01月27日 16:08
Please try to add -Dgroovy.preview.features=true to build process VM options (shared or user) in Preferences | Build, Execution, Deployment | Compiler
社区
IntelliJ IDEA Users
How to add flag '--enable-preview' to groovy compiler
0 票
创建于
2019年09月30日 15:22
Yes, implementing GotoDeclarationHandler should do the trick.
社区
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 票
已编辑于
2019年08月12日 09:21
正式评论
Hi, sorry for removal of these methods, this API is incomplete (experimental) and this particular method was incorrect. Please use PsiAnnotationMemberValue value = classAnnotation.findAttributeValu...
社区
IntelliJ IDEA Open API and Plugin Development
JvmAnnotationAttributeValue.getSourceElement is removed between 192.5728.98 -> 192.5728.98
0 票
创建于
2019年08月06日 12:48
Do you mind sharing your project?
社区
IntelliJ IDEA Open API and Plugin Development
Groovy AstTransformationSupport Test
0 票
«
第一页
‹
上一页
下一页
›
最后
»