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
currently asking for the type definition of a function just goes to the beginning of the functions definition. im not sure what exactly is the general consensus for what this should do (or is it specified exactly in the standard?) but clangd and rust-analyzer seem to take you to the definition of the return type, dont have anything else installed rn :p. naively i think maybe itd be nice to give you the definitions of all the params too?
The text was updated successfully, but these errors were encountered:
currently asking for the type definition of a function just goes to the beginning of the functions definition. im not sure what exactly is the general consensus for what this should do (or is it specified exactly in the standard?) but clangd and rust-analyzer seem to take you to the definition of the return type, dont have anything else installed rn :p. naively i think maybe itd be nice to give you the definitions of all the params too?
The text was updated successfully, but these errors were encountered: