We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IntelliJIDEA's support for simulacrum is disabled by this trick to enable compile-time-only dependency.
See discussion here. https://youtrack.jetbrains.com/issue/SCL-13221
IntelliJ is a great tool to navigate the code base, without simulacrum support, it would be less useful in the Cats codebase.
3 Options I can see:
% CompileTime
% Provided
The text was updated successfully, but these errors were encountered:
Is this related to other incorrect red squiggles issues with cats and IntelliJ?
"Good code highlighted in red using cats mapN": https://youtrack.jetbrains.com/issue/SCL-12892 "False error (good code red): sequence from cats": https://youtrack.jetbrains.com/issue/SCL-10259
Sorry, something went wrong.
No branches or pull requests
IntelliJIDEA's support for simulacrum is disabled by this trick to enable compile-time-only dependency.
See discussion here.
https://youtrack.jetbrains.com/issue/SCL-13221
IntelliJ is a great tool to navigate the code base, without simulacrum support, it would be less useful in the Cats codebase.
3 Options I can see:
% CompileTime
when using IntelliJ IDEA with cats.% Provided
and leave an issue to switch back when jetbrains adds support for it.The text was updated successfully, but these errors were encountered: