ignatov / intellij-erlang

Erlang IDE
https://www.jetbrains.com/help/idea/2018.2/getting-started-with-erlang.html
Other
735 stars 120 forks source link

with otp 27.0 plugin won't see many exports from the 'erlang' module #1043

Closed brigadier closed 2 months ago

brigadier commented 2 months ago
Screenshot_20240909_205640

see screenshot. No such problem with OTP 26 and the same code.

It's because it cannot parse erlang.erl anymore after introduction of triple-quoted strings (?)

brigadier commented 2 months ago

Many other modules from stdlib also contain new syntax and can't be parsed by the current version of the plugin

ignatov commented 2 months ago

Ouch! Thanks for reporting, it looks like I have plenty of. work to support Erlang 27 :)

ignatov commented 2 months ago

on the way!

image