1. 16 4月, 2020 2 次提交
  2. 03 1月, 2020 1 次提交
  3. 14 11月, 2019 1 次提交
  4. 24 10月, 2019 5 次提交
  5. 05 10月, 2019 1 次提交
  6. 15 9月, 2019 1 次提交
  7. 05 9月, 2019 1 次提交
  8. 13 6月, 2019 1 次提交
  9. 06 6月, 2019 1 次提交
  10. 07 3月, 2019 1 次提交
  11. 22 2月, 2019 1 次提交
  12. 11 1月, 2019 1 次提交
  13. 24 12月, 2018 1 次提交
  14. 20 12月, 2018 8 次提交
  15. 11 12月, 2018 1 次提交
  16. 05 12月, 2018 1 次提交
  17. 04 12月, 2018 1 次提交
  18. 20 11月, 2018 4 次提交
  19. 10 11月, 2018 1 次提交
  20. 05 11月, 2018 1 次提交
  21. 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
  22. 19 10月, 2018 1 次提交
  23. 08 10月, 2018 1 次提交
  24. 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