Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniil Ovchinnikov
Total activity
136
Last activity
April 16, 2024 13:09
Member since
April 22, 2015 14:21
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
51
Activity overview
Posts (0)
Comments (82)
Sort by recent activity
Recent activity
Votes
Created
January 27, 2020 16:08
Please try to add -Dgroovy.preview.features=true to build process VM options (shared or user) in Preferences | Build, Execution, Deployment | Compiler
Community
IntelliJ IDEA Users
How to add flag '--enable-preview' to groovy compiler
0 votes
Created
September 30, 2019 15:22
Yes, implementing GotoDeclarationHandler should do the trick.
Community
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 votes
Edited
August 12, 2019 09:21
Official comment
Hi, sorry for removal of these methods, this API is incomplete (experimental) and this particular method was incorrect. Please use PsiAnnotationMemberValue value = classAnnotation.findAttributeValu...
Community
IntelliJ IDEA Open API and Plugin Development
JvmAnnotationAttributeValue.getSourceElement is removed between 192.5728.98 -> 192.5728.98
0 votes
Created
August 06, 2019 12:48
Do you mind sharing your project?
Community
IntelliJ IDEA Open API and Plugin Development
Groovy AstTransformationSupport Test
0 votes
Created
August 06, 2019 12:30
This was fixed in 2019.1: https://youtrack.jetbrains.com/issue/IDEA-201921.
Community
IntelliJ IDEA Users
How to get the list of errors in my source file (groovy) ?
0 votes
Created
August 05, 2019 16:27
Hi, is your AstTransformationSupport registered in plugin.xml ?
Community
IntelliJ IDEA Open API and Plugin Development
Groovy AstTransformationSupport Test
0 votes
Edited
July 22, 2019 20:38
> It seems the generic method definition at GDSL is not working on my Groovy DSL, where the closure argument should be recognized as a String.Are there any solutions? Currently there are no soluti...
Community
IntelliJ IDEA Users
Can I use GDSL with generics?
0 votes
Created
June 24, 2019 14:58
It's not possible to define method with generics at runtime, and gdsl is designed to support methods which are available at runtime. Why do you need it?
Community
IntelliJ IDEA Users
Can I use GDSL with generics?
0 votes
Created
April 26, 2019 14:48
Hi Dominik, There is an `aClass` parameter, which means the receiver of resolved property/method.For example in `"foo".someString` the receiver would be a PsiClass representing java.lang.String cla...
Community
IntelliJ IDEA Open API and Plugin Development
Injecting fields in groovy script
0 votes
Created
April 10, 2019 15:00
Here's what I see after following your steps and importing settings.gradle. Plugin module is visible and is currently selected in Project View: The plugin is visible in Grails View as well: Pleas...
Community
IntelliJ IDEA Users
Unable to import Grails project
0 votes
«
First
‹
Previous
Next
›
Last
»