-
Notifications
You must be signed in to change notification settings - Fork 44
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
IntelliJ Errors #79
Comments
Hey @valery-labuzhsky, I know you aren't actively involved with development anymore, but if you have the time to look at this, can you comment if you've come across this issue before? |
Hey guys, fixing both issues |
Hey @markjfisher, good news, |
Hey @markjfisher, jetbrains published the plugin, so you can download through the marketplace as usual. |
Awesome; thank you for the quick response! |
Fixed by #80 |
Looking good on the no-errors front. Thanks for the fix! I've commented on the indentation ticket separately, which has a small issue. |
Maybe spoke too soon, just got this error after playing around with a few scripts:
|
I tried clearing my intellij caches and installing from scratch in case there was anything left from previous install, but still getting same errors about |
Hey @markjfisher, |
Opening this one back up. |
I'll try and get some time to replicate this with minimal setup. |
I saw the "different providers" backtrace once, but that was on version 1.2.2. If I manage to see it again w/ 1.4 I'll also see if I can make a repro case. |
I'm getting errors using IntelliJ (latest ultimate edition) editing kos scripts.
A couple of things happen typically when the error happens: variables don't highlight correctly in larger programs (e.g. if I select a variable name, other versions of that variable don't highlight, so refactoring variable names doesn't work), and sometimes files completely disappear from the Left Hand file view, and I have to kill IntelliJ and restart to get them to show.
The text was updated successfully, but these errors were encountered: