paperwm / gnome-shell-mode

Package for developing gnome-shell extensions
GNU General Public License v2.0
27 stars 7 forks source link

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

Closed olejorgenb closed 6 years ago

olejorgenb commented 6 years ago
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.