Describe the bug
Similar to https://github.com/KronicDeth/intellij-elixir/issues/1874 https://github.com/KronicDeth/intellij-elixir/issues/1882
Plugin version 11.9.0-pre+20201121032253 works correctly.
To Reproduce
Map.put(%{}, :a, 1).:a%{ , corresponding } is not put).Syntax highlighting and completion only fixed by closing the file and reopening it again.
Screenshots
https://user-images.githubusercontent.com/1321120/105136467-0928df80-5b35-11eb-8002-34d112bebe73.mov
Logs
No error occurred.
Desktop:
Erlang:
Elixir:
Editor:
Plugin:
The new videos outside of zips on GitHub is a very useful feature :trollface:
Pretty sure this is the same root cause as #1888.
@odk211 try
intellij-elixir-11.9.2-pre+20210122060523.zip. It contains the fixes from https://github.com/KronicDeth/intellij-elixir/pull/1890. I'll be running it myself tomorrow to see if anything else breaks.
@KronicDeth Thanks! I checked, but not fixed in my environment... no error occurred.
😿
Atom highlighting also stops working for me after awhile with intellij-elixir-11.9.2-pre+20210122060523.zip.
The Atom highlighting is triggering an IndexOutOfBoundsException when typing. I have no idea why we can't always see these exceptions and I need to run the debugger to catch them 🤷♂️
@odk211, @mpinkston, @angelikatyborska try
intellij-elixir-11.9.2-pre+20210123050947.zip. It fixed the highlighting stoppage for me.
I tried and it fixed also for me! Thank you! 😄