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
When writing the contents of a string in an argument position, the signature data of the function is always popping up which is a bit distracting, particularly when using the "Highlight templates in F#" extension (see screen capture below).
The fix for #1575 was done in FsAutocomplete but I think in the case the code generating the signature data is here. Is there an easy way to detect if we're within a string literal and deactivate the popup in that case? (I had here some hacky code using regex for that.)
The text was updated successfully, but these errors were encountered:
Sorry, I made a mistake by confusing "Signature Help" with "Signature Data". It looks like this also needs to be fixed in FsAutocomplete. I tried to send a PR for that here: ionide/FsAutoComplete#1022
Somehow related to #1575
When writing the contents of a string in an argument position, the signature data of the function is always popping up which is a bit distracting, particularly when using the "Highlight templates in F#" extension (see screen capture below).
The fix for #1575 was done in FsAutocomplete but I think in the case the code generating the signature data is here. Is there an easy way to detect if we're within a string literal and deactivate the popup in that case? (I had here some hacky code using regex for that.)
The text was updated successfully, but these errors were encountered: