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
bit hard to explain, basically when im typing a package name, after I've typed the colon to access some function or symbol in the package, autocomplete doesn't show up anymore.
e.g.
type (ql:) manually
completions break at this point, e.g. typing (ql:qui) doesn't show ql:quickload
if I want quickload or any other function/symbol to show up I have to:
type (ql:) manually
exit into normal mode and then reenter into insert mode
type any letter after the colon ((ql:a), (ql:b), etc)
exit into normal mode again
then reenter into insert mode and delete the character i added, at that point (ql:) correctly shows autocomplete
The text was updated successfully, but these errors were encountered:
bit hard to explain, basically when im typing a package name, after I've typed the colon to access some function or symbol in the package, autocomplete doesn't show up anymore.
e.g.
(ql:)
manually(ql:qui)
doesn't showql:quickload
if I want quickload or any other function/symbol to show up I have to:
(ql:)
manually(ql:a)
,(ql:b)
, etc)(ql:)
correctly shows autocompleteThe text was updated successfully, but these errors were encountered: