settings.json 543 B

12345678910111213
  1. {
  2. "editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition",
  3. "editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition",
  4. "editor.gotoLocation.alternativeTypeDefinitionCommand": "editor.action.revealDefinition",
  5. "editor.selectionHighlight": false,
  6. "files.autoSave": "onFocusChange",
  7. "editor.suggest.snippetsPreventQuickSuggestions": false,
  8. "editor.quickSuggestions": {
  9. "other": "on",
  10. "comments": "off",
  11. "strings": "on"
  12. }
  13. }