summaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorStephen Meier <info@stephenmeier.net>2022-01-17 18:35:25 -0500
committerGitHub <noreply@github.com>2022-01-18 00:35:25 +0100
commit46b826fcd43b80e7df43dd8308dbea75ecb2cf4f (patch)
tree4712ca43ab02e6ac4aeddc26bcd3502c8ffdb551 /docs/tutorial
parent71be03da7c7163b932bc25768c0f61b482e85b6a (diff)
Updating vscode.md (#1095)
* Update vscode.md Updating vscode makedown to match what is found in the mm repository * Update docs/tutorial/vscode.md Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update docs/tutorial/vscode.md Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update docs/tutorial/vscode.md Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Moving vscode.md to the root of the docs folder * Update docs/vscode.md Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> Co-authored-by: Stephen Meier <stephen.meier@ibm.com> Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/vscode.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/tutorial/vscode.md b/docs/tutorial/vscode.md
deleted file mode 100644
index 87aefa0b6..000000000
--- a/docs/tutorial/vscode.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# VSCode
-
-A lot of people on this project use VSCode as their coding environment, and there are a number of useful plugins available to make work more efficient:
-
-- c/c++ intellisense
-- clang-format
-- hexinspector (hover on numbers for float and other info)
-- numbermonger (hex to decimal and vice versa)
-- bracket pair colorizer 2
-- better mips support
-
-
-
-You will probably also find it helpful to watch Fig's video, although it was not meant to be an actual introduction. But it does show various useful features of VSCode, quite apart from the decompilation aspect.
-
-Useful stuff to know:
-
-- Ctrl + Alt + Up/Down (on Windows, on Linux it's Ctrl + Shift + Up/Down or Shift + Alt + Up/Down) gives multicursors across consecutive lines. If you want several cursors in a more diverse arrangement, middle clicking works, at least on Windows.
-- Alt + Up/Down moves lines up/down.
-- Shift + Alt + Up/Down (Linux: Ctrl + Shift + Alt + Up/Down) copies lines up/down.
-
-- Make use of VSCode's search/search-and-replace features.
- - Ctrl + Click goes to a definition.
- - Ctrl + F for search in current file
- - Ctrl + H for replace in current file
- - Ctrl + Shift + F for search in all files
- - Ctrl + Shift + H for replace in all files
- - F2 for Rename symbol
-
-Many of VS Code's other shortcuts can be found on [its getting started page](https://code.visualstudio.com/docs/getstarted/keybindings), which also has links to OS-specific PDFs. \ No newline at end of file