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
It is very good to be able to inspect vars with dirac.
I know it is alpha/early stage, I just want to report one thing.
If I require a namespace with an alias, then auto-completion shows symbols starting with the alias but no the namespace symbols (we have had the same problem on clojurescript.io btw).
The text was updated successfully, but these errors were encountered:
arichiardi
changed the title
No completion after a require
Wrong completion after a require with alias
May 30, 2016
Good point. I'd like to support aliases at some point. But for this I need a reliable library to parse ns forms, which would give me back information about aliases. I haven't found any library to do that yet.
It is very good to be able to inspect vars with dirac.
I know it is alpha/early stage, I just want to report one thing.
If I require a namespace with an alias, then auto-completion shows symbols starting with the alias but no the namespace symbols (we have had the same problem on clojurescript.io btw).
The text was updated successfully, but these errors were encountered: