-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get Kaocha Cucumber along with IntelliJ Cursive #19
Comments
Glad you like it! I haven't used Cursive, and I'm not sure any of our frequent Kaocha contributors do either (Kaocha being the main Lambda Island with a significant number of Cucumber tests).
|
Thank you for such a rapid reply. When trying to implement your proposal, I came to the conclusion that resolving these problems would require the participation of three parties: you, IntelliJ developers and Cursive developers.🤦♂️
|
Yeah, I'm not sure it's something we can fix on our end.
|
Regarding the second one, it's a local spellcheck. It doesn't know the Then I suggest closing this issue. It seems like trying to restore the plugin and communicating with Cursive creators is the way to work with these problems, not fixing the Kaocha Cucumber somehow. |
I suspect if there's something we can do on our end, it's adding documentation or pointing people to the relevant plugin(s). |
Hello! Thank you for Kaocha Cucumber, the tool which I enjoy. I want my experience to be even better, and thus want to have a good editor support. Unfortunately, for now, it's not the case for IntelliJ Cursive. Could you please help me resolve my problems, or at least to think of them alongside me?🙂
*.feature
files do not know about Clojure implementation and keep proposing me to create a dedicated Java file.Given
,When
,And
,But
, andThen
are misinterpreted as dependencies from Java. Parameters are considered as something not resolved.Attempts to ask Cursive treat them as
defn
or even asnone
fail.The text was updated successfully, but these errors were encountered: