• M
    Add `isRetrigger` field to signature help context · f4131970
    Matt Bierner 提交于
    #54972
    
    Instead of having a generic `Retrigger` reason, add a new field on the `SignatureHelpContext` that tracks if this was a retrigger or not. This allows retrigger for all the different trigger reasons, including invoke.
    
    Replace the old `Retriggger` trigger reason with `ContentChange` which tracks cursor movement and text updates.
    f4131970
modes.ts 37.6 KB