Instalando JDK DO JAVA e Extensão no VsCode
dev-rafael01
0:00 / 0:00
Instalando JDK DO JAVA e Extensão no VsCode
11 просмотров · 13 дней назад
dev-rafael01
2 подписчика
11 просмотров · 13 дней назад
Segue o codigo (JSON)
{
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 22,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "on"
},
"editor.suggestOnTriggerCharacters": true,
"editor.acceptSuggestionOnEnter": "on",
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.tabCompletion": "on",
"editor.snippetSuggestions": "top",
"editor.inlineSuggest.enabled": false,
"java.completion.enabled": true,
"java.signatureHelp.enabled": true,
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.autoClosingComments": "never",
"editor.wordBasedSuggestions": "off",
"editor.accessibilitySupport": "off",
"editor.find.closeOnResult": true,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"java.completion.favoriteStaticMembers": [
"org.junit.Assert.*",
"org.junit.Assume.*",
"org.junit.jupiter.api.Assertions.*",
"org.junit.jupiter.api.Assumptions.*",
"org.junit.jupiter.api.DynamicContainer.*",
"org.junit.jupiter.api.DynamicTest.*",
"org.mockito.Mockito.*",
"org.mockito.ArgumentMatchers.*",
"org.mockito.Answers.*"
]
}