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
Imagine I have function objectValue(obj: SomeObject), whenever I type objectVal and press CTRL+Space, I am expecting an IDE-like autocompletion where the parameters are pre-filled out for me.
(Is this a limitation in atom/autocomplete?)
This is the current behavior, perhaps it's not very obvious, but I'm struggling trying to make something appear, hitting the keys for autocompletion, but nothing happens:
I wish autocomplete had filled i.objectValue(obj: SomeObject) for me.
The text was updated successfully, but these errors were encountered:
Imagine I have
function objectValue(obj: SomeObject)
, whenever I typeobjectVal
and press CTRL+Space, I am expecting an IDE-like autocompletion where the parameters are pre-filled out for me.(Is this a limitation in atom/autocomplete?)
This is the current behavior, perhaps it's not very obvious, but I'm struggling trying to make something appear, hitting the keys for autocompletion, but nothing happens:

I wish autocomplete had filled
i.objectValue(obj: SomeObject)
for me.The text was updated successfully, but these errors were encountered: