Skip to content

Commit effb0f5

Browse files
author
Jill Nolan
committed
fixed formatting
1 parent 0f6b6e9 commit effb0f5

1 file changed

Lines changed: 45 additions & 1 deletion

File tree

README.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,94 @@
11
# Web Development Essentials, a Visual Studio Code extension package.
22

33

4+
45
## Background
56

7+
68
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.
79

810

11+
912
## What extensions will I get by selecting this extension package?
1013

14+
1115
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.
1216

17+
18+
1319
### Updated to v. 0.0.4 with these extensions:
1420

21+
1522
* [**Debugger for Firefox**](https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug)
1623

1724
* [**Debugger for Microsoft Edge**](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge)
1825

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)
2027

2128
* [**Document This**](https://marketplace.visualstudio.com/items?itemName=oouo-diogo-perdigao.docthis)
2229

2330

2431

2532
#### Update Notes
2633

34+
2735
* **Please puruse the [VSCode Variables Reference](https://code.visualstudio.com/docs/editor/variables-reference), if you wish to use variables substitution.**
2836

37+
2938
* **VSCode Keyword Shortcuts**
3039

40+
3141
* [**Windows**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf): Link contains PDF.
3242

3343
* [**macOS**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf): Link contains PDF.
3444

3545
* [**Linux**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf): Link contains PDF.
3646

47+
3748
* **Please puruse the [VSCode Keybindings](https://code.visualstudio.com/docs/getstarted/keybindings), if you wish to use custom keybindings.**
49+
3850
* [**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! :)
3951

52+
4053
* **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.**
4154

55+
4256
* **Relevant [Language Specific Documentation](https://code.visualstudio.com/docs/languages/overview), if you're a nerd like me. :)**
57+
4358
* [**HTML**](https://code.visualstudio.com/docs/languages/html)
59+
4460
* [**CSS, SCSS, and Less**](https://code.visualstudio.com/docs/languages/css)
61+
4562
* [**JavaScript**](https://code.visualstudio.com/docs/languages/javascript)
63+
4664
* [**Working with JavaScript**](https://code.visualstudio.com/docs/nodejs/working-with-javascript)
65+
4766
* [**Recommended JavaScript Extensions**](https://code.visualstudio.com/docs/nodejs/extensions): No worries, I've got you covered on this. ;-)
67+
4868
* [**JSON**](https://code.visualstudio.com/docs/languages/json)
69+
4970
* [**PHP**](https://code.visualstudio.com/docs/languages/php)
71+
5072
* [**Debugging Recipe**](https://code.visualstudio.com/docs/nodejs/debugging-recipes)
5173

5274

5375
* **Please feel free to disable any plugin that you do not wish to have activated from the use of our extension pack. :)**
5476

5577

78+
79+
5680
### Themes
5781

82+
5883
* [**Community Material Theme**](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-community-material-theme)
5984

6085
* [**Material Theme Icon**](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
6186

6287

88+
6389
### Extensions
6490

91+
6592
* [**Live Server**](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
6693

6794
* [**Auto Import**](https://marketplace.visualstudio.com/items?itemName=steoates.autoimport)
@@ -168,17 +195,23 @@ Glad, that you've asked! Please find the supervening extensions and subsequent
168195

169196
* [**Project Manager**](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager)
170197

198+
199+
171200
### Language Support
172201

173202

174203
#### CSS/Bootstrap/SCSS/Mocha
175204

205+
176206
* [**CSS Peak**](https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek)
177207

178208
* [**Sass/Less/Scss/Typescript/Javascript/Jade/Pug Compile Hero Pro**](https://marketplace.visualstudio.com/items?itemName=Wscats.eno)
179209

210+
211+
180212
#### JavaScript
181213

214+
182215
* [**Node.js Extension Pack**](https://marketplace.visualstudio.com/items?itemName=waderyan.nodejs-extension-pack)
183216

184217
* [**ESLint**](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
@@ -199,18 +232,27 @@ Glad, that you've asked! Please find the supervening extensions and subsequent
199232

200233
* [**Search Node_Modules**](https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules)
201234

235+
236+
202237
#### TypeScript
203238

239+
204240
* [**TSLint**](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin)
205241

242+
243+
206244
#### Markdown
207245

246+
208247
* [**Markdown All In One**](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)
209248

210249
* [**MarkdownLint**](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
211250

251+
252+
212253
### PHP & WordPress
213254

255+
214256
* [**PHP Productive Pack**](https://marketplace.visualstudio.com/items?itemName=onecentlin.php-productive-pack)
215257

216258
* [**PHP Sniffer & Beautifier**](https://marketplace.visualstudio.com/items?itemName=ValeryanM.vscode-phpsab)
@@ -241,12 +283,14 @@ Glad, that you've asked! Please find the supervening extensions and subsequent
241283

242284
* [**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**.
243285

286+
244287
**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/).
245288

246289

247290

248291
## Notes
249292

293+
250294
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! :)
251295

252296

0 commit comments

Comments
 (0)