Skip to content

Latest commit

 

History

History
268 lines (250 loc) · 15.8 KB

README.md

File metadata and controls

268 lines (250 loc) · 15.8 KB

Programming

Ongoing Project, More Additions Over Time

Primarily personal reminders, commit messages in git may lack detail

Javascript

Table of Contents

VS Code



JavaScript








HTML


CSS

[Constraint Validations](https://developer.mozilla.org/en-US/docs/Web/HTML/Constraint_validation)

VS Code Shortcuts

Code Navigation Shortcuts

Action Windows/Linux Shortcut Mac Shortcut
Move line(s) up/down Alt + ↑/↓ Option + ↑/↓
Copy line(s) up/down Shift + Alt + ↑/↓ Shift + Option + ↑/↓
Delete line(s) Ctrl + Shift + K Command + Shift + K
Comment/uncomment line(s) Ctrl + / Command + /
Indent/unindent line(s) Ctrl + ]/[ Command + ]/[
Move cursor to beginning/end of line Home/End Home/End
Move cursor to beginning/end of file Ctrl + Home/End Command + Home/End
Select line(s) Ctrl + L Command + L
Select all instances of a word Ctrl + Shift + L Command + Shift + L
Duplicate line(s) Shift + Alt + ↑/↓ Shift + Option + ↑/↓