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
{{ message }}
This repository was archived by the owner on Jul 31, 2018. It is now read-only.
The complete command now also returns a list of issues if any were encountered while determining the completion (e.g. the class was not found, variable not defined etc).
Is there a good way to feed these errors back to the user? (in omni-complete mode it seems I had to use echoe which isn't great UX but it works)..
The
completecommand now also returns a list of issues if any were encountered while determining the completion (e.g. the class was not found, variable not defined etc).Is there a good way to feed these errors back to the user? (in omni-complete mode it seems I had to use
echoewhich isn't great UX but it works)..