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
Autocompletion for the new methods at the top, did_change_configuration and did_open, did not return any results. Expected behavior would be the traits of the method.
The text was updated successfully, but these errors were encountered:
kurtbuilds
changed the title
Completion of trait method names while inside a proc_macro
aeNo completion results while inserting trait method names while inside a proc_macro
Nov 9, 2024
kurtbuilds
changed the title
aeNo completion results while inserting trait method names while inside a proc_macro
No completion results while inserting trait method names while inside a proc_macro
Nov 9, 2024
Completion inside a macro appears to not work. I was working on a language server using tower-lsp, which looks like this:
Autocompletion for the new methods at the top,
did_change_configuration
anddid_open
, did not return any results. Expected behavior would be the traits of the method.The text was updated successfully, but these errors were encountered: