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
March 29, 2019 11:46
You cannot at the moment. I'll disable highlighting for files outside of source roots.
Community
IntelliJ IDEA Users
updated to 2019.1 and groovy cannot find symbol
0 votes
Edited
March 29, 2019 11:38
Nothing has actually changed in the resolve in 2019.1. But now all unresolved class symbols are highlighted with errors because Groovy compiler will also fail. So it seems that Groovy knows about t...
Community
IntelliJ IDEA Users
updated to 2019.1 and groovy cannot find symbol
0 votes
Created
February 19, 2019 09:57
b) If the AST transformations plugin is implemented, will that feed into the debugger as well? because the IDE now knows the extra code that was inserted? No. The `AstTransformationSupport` extensi...
Community
IntelliJ IDEA Open API and Plugin Development
Groovy script AST transforms
0 votes
Created
May 30, 2018 09:13
Hi Victor- Unfortunately, adding new method was not an option. This change is binary compatible, so if you update your sources accordingly, you will still be able to run the plugin with older versi...
Community
IntelliJ IDEA Open API and Plugin Development
Change to QueryExecutor and RequestResultProcessor interface is not backwards compatible
0 votes
Edited
March 28, 2017 11:03
We dropped https://github.com/grails/grails-gradle-plugin support in 2016.2. Workarounds: 1. Use 2016.1 2. Use gradle idea plugin. Basically the idea is to get dependencies from Gradle without lin...
Community
IntelliJ IDEA Users
Gradle-based Grails 2.5.5 Project Import does not recognize project as a Grails project
0 votes
Created
February 24, 2017 14:23
BaseScriptTransformationSupport cannot be run twice on same class with same transformation context.
Community
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 votes
Edited
February 24, 2017 13:23
From what you described: you are doing it right, your AstTransformationSupport is the last one, setSuperType(), etc.The fact the resolve/navigation works properly means that the base script is actu...
Community
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 votes
Created
February 24, 2017 12:35
These completions are provided by CompleteReferenceExpression#processVariants. Could you please share the snippet of how you set the super class?
Community
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 votes
Created
February 10, 2017 16:54
These is no such setting. IntelliJ chooses first available debug port automatically to prevent collisions. Please describe steps how you upgraded the project.
Community
IntelliJ IDEA Users
Breakpoints not working for Grails 3.2.5 project In IntelliJ Idea Ultimate 2016.3.4
0 votes
Created
February 10, 2017 12:46
Please do Gradle Refresh and try again.
Community
IntelliJ IDEA Users
Breakpoints not working for Grails 3.2.5 project In IntelliJ Idea Ultimate 2016.3.4
0 votes
«
First
‹
Previous
Next
›
Last
»