paperwm/gnome-shell-mode

Completion doesn't work for "native" types (string, number, etc.)

olejorgenb opened this issue · 0 comments

str = some string"
str.<tab> // doesn't work

str.constructor.<tab> works though (when #12 has been fixed)

Same for number, symbol and function

#12 very related.