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 the VSCode Inlay hints only show up for the file in which the method we are descending on is defined.
It would be nice to show hints for all open files, this would require a function being added to the VSCode extension to expose the open files.
Alternatively, we could hack around it by showing hints for all files in a package.
I'm hesitant to show hints in all files as that would probably slow things down a lot.
Currently the VSCode Inlay hints only show up for the file in which the method we are descending on is defined.
It would be nice to show hints for all open files, this would require a function being added to the VSCode extension to expose the open files.
Alternatively, we could hack around it by showing hints for all files in a package.
I'm hesitant to show hints in all files as that would probably slow things down a lot.
Relevant line in source code
Cthulhu.jl/src/codeview.jl
Lines 360 to 361 in 575a732
The text was updated successfully, but these errors were encountered: