1. 22 2月, 2019 1 次提交
  2. 11 1月, 2019 1 次提交
  3. 24 12月, 2018 1 次提交
  4. 20 12月, 2018 8 次提交
  5. 11 12月, 2018 1 次提交
  6. 05 12月, 2018 1 次提交
  7. 04 12月, 2018 1 次提交
  8. 20 11月, 2018 4 次提交
  9. 10 11月, 2018 1 次提交
  10. 26 10月, 2018 1 次提交
    • 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
  11. 19 10月, 2018 1 次提交
  12. 08 10月, 2018 1 次提交
  13. 06 10月, 2018 2 次提交
    • M
      Add retrigger characters to SignatureHelpProvider · 2f51e971
      Matt Bierner 提交于
      Introduces the concept of a re-trigger character to the signature help provider. This is a seperate set of characters that are registered with the provider. Typing a retrigger character fires a new signature help request if signature help is already showing.
      
      #54972
      2f51e971
    • M
      Prefer const · 2e8993b8
      Matt Bierner 提交于
      2e8993b8
  14. 03 10月, 2018 2 次提交
  15. 11 9月, 2018 1 次提交
    • M
      Initial work on signature help context (#58135) · d33b1c30
      Matt Bierner 提交于
      * Initial work on signature help context
      
      Fixes #54972
      
      Adds `SignatureHelpContext`. This tells providers why signature help was requested
      
      TODO:
      
      - [ ] Better understand semantics of retrigger. Should `retrigger` be an flag instead of a `triggerReason`?
      - [ ]  Fix skipped test
      - [ ] Add more tests for trigger reasons / trigger characters
      
      * Fix unit test
      
      * Make sure we retrigger sig help if it is already showing
      
      * Add test for dismiss and re-invoke
      
      * Extract some constants
      
      * Extract createMockEditor
      d33b1c30
  16. 07 9月, 2018 1 次提交
  17. 10 8月, 2018 1 次提交
  18. 07 8月, 2018 1 次提交
  19. 30 7月, 2018 1 次提交
  20. 10 7月, 2018 1 次提交
  21. 07 7月, 2018 1 次提交
  22. 04 7月, 2018 2 次提交
  23. 14 6月, 2018 1 次提交
  24. 02 5月, 2018 1 次提交
  25. 01 5月, 2018 2 次提交
  26. 30 4月, 2018 1 次提交