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
The way to retrieve hover/completion information for special forms like def (see Special Forms) is different from normal symbols like functions. The REPL window has an completion implementation which handles these to cases correctly. This should be implemented in the editor as well. Additionally the editor hover implementation must be extended to show all retrieved information as well.
The text was updated successfully, but these errors were encountered:
The way to retrieve hover/completion information for special forms like def (see Special Forms) is different from normal symbols like functions. The REPL window has an completion implementation which handles these to cases correctly. This should be implemented in the editor as well. Additionally the editor hover implementation must be extended to show all retrieved information as well.
The text was updated successfully, but these errors were encountered: