You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't provide any specific completion suggestions after ) and friends.
Expected behavior
At the right side of ), ], }, >>, ', ", /, an atom or a number, we can only have a binary operator or one of the keywords (do, end, after, rescue, catch else), so we should emit a special instruction in order to provide better autocompletion.
The text was updated successfully, but these errors were encountered:
Elixir and Erlang/OTP versions
All
Operating system
All
Current behavior
Currently we don't provide any specific completion suggestions after
)
and friends.Expected behavior
At the right side of
)
,]
,}
,>>
,'
,"
,/
, an atom or a number, we can only have a binary operator or one of the keywords (do, end, after, rescue, catch else), so we should emit a special instruction in order to provide better autocompletion.The text was updated successfully, but these errors were encountered: