Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrey Vokin
Total activity
338
Last activity
October 11, 2021 11:34
Member since
September 15, 2011 10:51
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
138
Activity overview
Articles (0)
Posts (0)
Comments (200)
Sort by recent activity
Recent activity
Votes
Edited
October 11, 2021 11:34
Hello, Simon! I've just checked the problem. Unfortunately `GherkinTableCell` class didn't support references extension. I've just changed it, now it can. The fix will be available with the next...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferenceContributor not triggered for certain element (GherkinTableCellImpl)
0 votes
Created
September 13, 2021 09:12
Hello Kyrela, Could you check if it helps to comment the volume in the original docker-compose.yml file? Sure it's not a solution, just workaround while we investigate and fix the problem.
Community
RubyMine
Rails configuration with docker-compose remote sdk fails
0 votes
Created
January 07, 2021 12:16
Hi Tamás, 1) To retrieve references from contributors PsiElement should return ReferenceProvidersRegistry.getReferencesFromProviders(this); in method #getReferences. I've updated class GherkinTagI...
Community
IntelliJ IDEA Open API and Plugin Development
Creating reference contributors for Gherkin language elements
0 votes
Created
May 13, 2020 09:35
In this case godog-plugin is a good example. Write me at andrey.vokin at jetbrains.com if you need hlep
Community
IntelliJ IDEA Open API and Plugin Development
Questions on cleanly extending functionality of cucumber-java plugin
0 votes
Created
May 12, 2020 14:39
Hi, Could you provide more details - what exactly are you going to extend in plugin Cucumber for Java? If you want to create a plugin that depends on "Cucumber for Java" plugin the following materi...
Community
IntelliJ IDEA Open API and Plugin Development
Questions on cleanly extending functionality of cucumber-java plugin
0 votes
Created
December 12, 2019 12:51
Could you try to execute "docker-compose down" and then add docker-compose SDK. In this case RubyMine will check that docker-compose project is not up and will run it with command "tail -f /dev/nul...
Community
RubyMine
Cannot add remote (docker-compose) Ruby interpreter
0 votes
Created
December 11, 2019 13:32
To provide codeinsight RubyMine must interact with container with Ruby SDK. It performs commands like "which ruby", "bundle check", "rake tasks" and others. That's why it's better to have a long wo...
Community
RubyMine
Cannot add remote (docker-compose) Ruby interpreter
0 votes
Created
November 28, 2019 16:29
I've found out that RubyMine doesn't handle well multi-module project with docker-compose SDK. I'm working of the problem. Fix will be ported to one of bug-fix update of RubyMine 2019.3
Community
RubyMine
Breakpoints are not hit when debugging with remote docker-compose ruby
0 votes
Created
November 28, 2019 15:22
Hi, Could you check if it helps to add volume - './back-end:/opt/project' ?
Community
RubyMine
Breakpoints are not hit when debugging with remote docker-compose ruby
0 votes
Created
November 12, 2019 15:27
Hi, class `ParametersListUtil` was created to handle characters that must be escaped. You should either pass unescaped command or not to use this class (to avoid double escaping).
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.util.execution.ParametersListUtil escapes special symbols: "" and \
0 votes
Next
›
Last
»