Skip to content

Commit

Permalink
Merge pull request #269 from AshfakMRM/branch1
Browse files Browse the repository at this point in the history
Added some VS Code Shortcuts
  • Loading branch information
Jahenr authored Mar 24, 2024
2 parents c4afbde + 099a68f commit 051414f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MYSQL_Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ MYSQL

#Tests for existence of a certain record. Returns a boolean value.
SELECT * FROM TABLE NAME WHERE EXIST (SUB QUERY);

#Inner Join selects records that have the same values in two same or distinct tables.
SELECT COLUMN(S) FROM TABLENAME1 INNER JOIN TABLENAME2 ON TABLENAME1.COLUMNAME=TABLENAME2.COLUMNAME;

Expand Down
7 changes: 7 additions & 0 deletions VSCode_CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,15 @@ VsCode:
#Jump to matching bracket
Ctrl + SHIFT + \
#Indent Line
Ctrl + ]
#Outdent Line
Ctrl + [

#Navigate editor group history
Ctrl + SHIFT + Tab

#Replace in files
Ctrl+ SHIFT + H

0 comments on commit 051414f

Please sign in to comment.