1. 27 11月, 2016 1 次提交
  2. 21 11月, 2016 1 次提交
  3. 16 11月, 2016 1 次提交
  4. 15 11月, 2016 1 次提交
  5. 13 11月, 2016 1 次提交
  6. 03 11月, 2016 1 次提交
  7. 31 10月, 2016 1 次提交
  8. 30 10月, 2016 2 次提交
  9. 21 10月, 2016 2 次提交
  10. 20 10月, 2016 2 次提交
  11. 10 10月, 2016 1 次提交
  12. 08 10月, 2016 1 次提交
  13. 04 10月, 2016 1 次提交
  14. 20 9月, 2016 1 次提交
  15. 30 8月, 2016 1 次提交
    • M
      Explicitly state that suppression state column in error list is only supported... · 4fe9116e
      Manish Vasani 提交于
      Explicitly state that suppression state column in error list is only supported for intellisense diagnostics (#13387)
      
      1. Suppression state column shows N/A for build diagnostics.
      2. A descriptive tooltip is now shown on error list entries with unsupported suppression state, guiding users to switch to intellisense diagnostics for suppression.
      
      Fixes #11371
      4fe9116e
  16. 24 8月, 2016 1 次提交
  17. 12 8月, 2016 1 次提交
  18. 10 8月, 2016 4 次提交
  19. 28 7月, 2016 1 次提交
  20. 27 7月, 2016 1 次提交
  21. 21 7月, 2016 2 次提交
  22. 20 7月, 2016 1 次提交
  23. 26 5月, 2016 1 次提交
  24. 24 5月, 2016 3 次提交
  25. 21 5月, 2016 1 次提交
  26. 28 4月, 2016 1 次提交
    • D
      Accessibility Improvements · 39815e1b
      David Poeschl 提交于
      Extract Interface (fixes #9958)
      - Read textbox labels
      - Read extractable members
      
      Generate Type (fixes #9959)
      - Read label text on dropdowns
      - Read combobox items
      
      Change Signature (fixes #9957)
      - Read parameter and button text
      
      Options pages (fixes #9962)
      - Read labels/checkboxes/radiobuttons
      39815e1b
  27. 08 3月, 2016 1 次提交
  28. 05 3月, 2016 1 次提交
  29. 04 3月, 2016 1 次提交
  30. 02 3月, 2016 1 次提交
  31. 01 3月, 2016 1 次提交
    • D
      Code Style: Analyzer/Fixer/Options for naming conventions · 8051eec3
      David Poeschl 提交于
      Implements #7064
      
      This change includes:
      
      - An analyzer and codefix for enforcing naming styles and fixing symbol names to comply with a chosen & configurable set of naming rules.
      - A set of Enforcement Levels that can be applied to different naming rules.
      - A mechanism for linking from a lightbulb preview to the option that caused the related diagnostic to be created (could be moved to a different PR or release)
      - Moving of the "Formatting" options pages under the Code Style node.
      8051eec3