Why IntelliJ multiline TODO comments don't work in .feature files? - intellij-idea

I'm using IntelliJ IDEA 2022.3.1 (Ultimate Edition). This is what happens when I try to write a multiline comment in a Cucumber .feature file. It works fine in .java files. What am I doing wrong?

Related

intellij idea file encoding

I am using Dokker in Intellij idea.
I have a problem with log file encoding in Intellij idea.
I created a python project in which there is only one line of code that prints the Russian word "Привет"
I am running a project in Docker. In the log file, shows RџСЂРёРІРµС
This kind of issue is only observed by Intellij idea. There is no such problem Visual Studio Code.
I changed the encoding and it does not help https://www.jetbrains.com/help/idea/encoding.html#single-file
How to fix this problem?

Is there any Jalopy plugin, that works with Intellij IDEA 2017.2?

I want my IDEA to format code on save. I used Jalopy plugin before, but now it seems, that it doesn't work with IDEA 2017.2. Is there any other plugin or I should just properly config this one?

In Karate DSL Framework, IntelliJ IDE is unable to find visible feature files using Gradle

When using the following tools to create a sample Karate DSL Test; a "no features found at [classpath: packagename]" is thrown:
IntelliJ 2017.2.3
Gradle 2.9
project structure is shown in screenshot. Note that I have used the exact same project structure in Eclipse Mars 4.5.2 with Gradle and I was not able to replicate this issue. I also used Maven with Intellij and this issue did not occur.
The issue is isolated to Intellij using Gradle! any thoughts?
My best guess is IntelliJ Gradle does not honor the sourceSets tweak needed for the recommended Karate folder structure.
I just had an idea, try switching to the "traditional" Java project structure where *.feature files are in src/test/resources (not src/test/java) and that might just work.
Example project structure, from IDEA 2017.2.6 with Gradle.

Unable to add Groovy SDK to Intellij

I am trying to add a Groovy SDK to an IntelliJ Gradle project, but I am failing to to add the Groovy SDK. I am using SDKMAN but also downloaded and extracted the Groovy zip from the groovy website.
In the past it always worked without any problems but not now anymore.
This is the path I am providing to IntelliJ /Users/dev/code/libs/groovy-2.4.10/ its what you get when you extract the groovy .zip file from the website.
Edit:
As suggested I tried also other groovy version down to 2.4.6 all with the same result.
Groovy 2.4.10 is not recognized by intellij 2016.3.5 as well as intellij 2017.1
Groovy 2.4.8 works well with intellij 2017.1. I would guess that it works with intellij 2016.3.5 as well

load corbertura file using intellij

I hava a cobertura.xml, Is it possible load this file usin intellij to see the comberture?.
I checked this file on jenkins and works fine.
The cobertura is for javascript.
I am using intellij idea 15 comunity edition.