Skip to content

Signature data pops us when within a string literal

Open
ionide/FsAutoComplete
#1022
ionide/FsAutoComplete#1022

Description

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.)

screencast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions