// Place your key bindings in this file to override the defaults
[
{
"key": "shift+ctrl+f",
"command": "notebook.formatCell",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && inCompositeEditor && notebookEditable && !editorReadonly && activeEditor == 'workbench.editor.notebook'"
},
{
"key": "shift+ctrl+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
},
{
"key": "shift+ctrl+f",
"command": "editor.action.formatDocument.none",
"when": "editorTextFocus && !editorHasDocumentFormattingProvider && !editorReadonly"
},
{
"key": "shift+ctrl+o",
"command": "editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/"
},
{
"key": "shift+ctrl+k",
"command": "workbench.action.reloadWindow"
},
{
"key": "cmd+=",
"command": "workbench.action.terminal.focus"
},
{
"key": "cmd+-",
"command": "workbench.action.focusActiveEditorGroup"
},
{
"key": "shift+ctrl+i",
"command": "java.projectConfiguration.update",
"when": "editorFocus"
},
{
"key": "shift+ctrl+u",
"command": "-java.projectConfiguration.update",
"when": "editorFocus"
}
]
graph TD;A[Java Basics] –> B[Primitives and Wrapper Classes]B –> B1[Primitive Types]B1 –> B1_1[byte]B1 –> B1_2[short]B1 –> B1_3[int]B1 –> B1_4[long]B1 –> B1_5[float]B1 –> B1_6[double]B1 –> B1_7[char]B1 –> B1_8[boolean]B –> B2[Wrapper Classes]B2 –> B2_1[Byte]B2 –> B2_2[Short]B2 –> B2_3[Integer]B2 –> B2_4[Long]B2 –> B2_5[Float]B2 –> B2_6[Double]B2 –> B2_7[Character]B2 –> B2_8[Boolean]
Jul 17, 2024https://codewave16.github.io/interviewQuestion/
Jun 19, 2024CREATE TABLE [IF NOT EXISTS] NAME()
Jun 12, 202430天Web開發入門課程
Apr 9, 2024or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up