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

Quote record field completions if necessary #905

Closed ampleyfly closed 4 years ago

ampleyfly commented 4 years ago

When listing and selecting record fields for completion, fields which need quoting were not quoted. This change quotes them.

ignatov commented 4 years ago

Thanks for the PR, could you please add a test?

ampleyfly commented 4 years ago

I added a test for the completion suggestions.

ignatov commented 4 years ago

Thanks!