You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,67 +1,94 @@
1
1
# Web Development Essentials, a Visual Studio Code extension package.
2
2
3
3
4
+
4
5
## Background
5
6
7
+
6
8
Are you tired of reinstalling extensions on each of your computer(s)? How about when you have to reset computer entirely? Or, how about you're an instructor, a hobbyist, or just *"getting your feet wet"* in the fine craft of web development who does not know which extension(s) to select to get the job done both **efficiently** and **effectively**. Regardless, please do not waste time and energy on something so tedious as a process of installing extensions. Extensions are, in a word, awesome! Their premise is to extend the features and functionality of Visual Studio Code.
7
9
8
10
11
+
9
12
## What extensions will I get by selecting this extension package?
10
13
14
+
11
15
Glad, that you've asked! Please find the supervening extensions and subsequent "themes" as well. Of course, I always love to hear your suggestions to improve this extension package.
12
16
17
+
18
+
13
19
### Updated to v. 0.0.4 with these extensions:
14
20
21
+
15
22
*[**Debugger for Firefox**](https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug)
16
23
17
24
*[**Debugger for Microsoft Edge**](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge)
18
25
19
-
*[**Open PHP/HTML/JS in Browser](https://marketplace.visualstudio.com/items?itemName=PrimaFuture.open-php-html-js-in-browser)
26
+
*[**Open PHP/HTML/JS in Browser**](https://marketplace.visualstudio.com/items?itemName=PrimaFuture.open-php-html-js-in-browser)
***Please puruse the [VSCode Variables Reference](https://code.visualstudio.com/docs/editor/variables-reference), if you wish to use variables substitution.**
28
36
37
+
29
38
***VSCode Keyword Shortcuts**
30
39
40
+
31
41
*[**Windows**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf): Link contains PDF.
32
42
33
43
*[**macOS**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf): Link contains PDF.
34
44
35
45
*[**Linux**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf): Link contains PDF.
36
46
47
+
37
48
***Please puruse the [VSCode Keybindings](https://code.visualstudio.com/docs/getstarted/keybindings), if you wish to use custom keybindings.**
49
+
38
50
*[**Optional Keymap Extensions**](https://marketplace.visualstudio.com/search?target=VSCode&category=Keymaps&sortBy=Relevance): I recommend the specific keybinding extension that meets your use case through Microsoft. Personally, my preference is [**Resharper 9 Keybindings**](https://marketplace.visualstudio.com/items?itemName=ms-vscode.resharper9-keybindings). However, it's whatever you wish. Cheers! :)
39
51
52
+
40
53
***Please puruse the [VSCode Tips and Tricks](https://code.visualstudio.com/docs/getstarted/tips-and-tricks) to make your experience a little bit more enjoyable.**
41
54
55
+
42
56
***Relevant [Language Specific Documentation](https://code.visualstudio.com/docs/languages/overview), if you're a nerd like me. :)**
@@ -241,12 +283,14 @@ Glad, that you've asked! Please find the supervening extensions and subsequent
241
283
242
284
*[**Composer**](https://marketplace.visualstudio.com/items?itemName=ikappas.composer): Provides an **interface** to **Composer dependency manager** for **PHP**. Likewise, it provides **schema validation** for **composer.json configuration files**.
243
285
286
+
244
287
**Note**: Please be advised that the **WordPress Extension Pack** recommends **standalone installation** of the [**WordPress Coding Standards for PHP_CodeSniffer**](https://github.com/WordPress/WordPress-Coding-Standards#standalone), which is a collection of [**PHP_CodeSniffer**](https://github.com/squizlabs/PHP_CodeSniffer)**rules** (**"sniffs"**) to validate **code** developed for **WordPress**. These **sniffs** ensures **code quality** and adherence to **coding conventions**, specifically the official [**WordPress Coding Standards**](https://make.wordpress.org/core/handbook/best-practices/coding-standards/).
245
288
246
289
247
290
248
291
## Notes
249
292
293
+
250
294
It is my pledge to update this **Extension Package** with update extension as needed to perform the job efficiently and effectively. Likewise, the **Extensions** list will be categorized accordingly in the near future. Cheers! :)
0 commit comments