@@ -9,42 +9,41 @@ This extension provides you JavaScript and React/Redux snippets in ES7 with Babe
99
1010## Installation
1111
12- ##### Visual Studio Marketplace
12+ ### Visual Studio Marketplace
1313
1414Launch _ Quick Open_ :
1515
16- - < img src = " https://www.kernel.org/theme/images/logos/favicon.png " width = 16 height = 16/ > < a href = " https:// code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf" >Linux</ a > ` Ctrl+P `
17- - < img src = " https://developer.apple.com/favicon.ico " width = 16 height = 16/ > < a href = " https:// code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf" >macOS</ a > ` ⌘P `
18- - < img src = " https://www.microsoft.com/favicon.ico " width = 16 height = 16/ > < a href = " https:// code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf" >Windows</ a > ` Ctrl+P `
16+ - [ _ Linux _ ] ( https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf ) : ` Ctrl+P `
17+ - [ _ macOS _ ] ( https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf ) : ` ⌘P `
18+ - [ _ Windows _ ] ( https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf ) : ` Ctrl+P `
1919
2020Paste the following command and press ` Enter ` :
2121
2222``` shell
2323ext install dsznajder.es7-react-js-snippets
2424```
2525
26- ##### GitHub Repository Clone
26+ ### GitHub Repository Clone
2727
2828Change to your ` .vscode/extensions ` [ VS Code extensions directory] ( https://code.visualstudio.com/docs/extensions/install-extension#_side-loading ) .
2929Depending on your platform it is located in the following folders:
3030
31- - < img src = " https://www.kernel.org/theme/images/logos/favicon.png " width = 16 height = 16/ > ** Linux ** ` ~/.vscode/extensions `
32- - < img src = " https://developer.apple.com/favicon.ico " width = 16 height = 16/ > ** macOs ** ` ~/.vscode/extensions `
33- - < img src = " https://www.microsoft.com/favicon.ico " width = 16 height = 16/ > ** Windows ** ` %USERPROFILE%\.vscode\extensions `
31+ - _ Linux _ : ` ~/.vscode/extensions `
32+ - _ macOS _ : ` ~/.vscode/extensions `
33+ - _ Windows _ : ` %USERPROFILE%\.vscode\extensions `
3434
3535Clone the Material Theme repository as ` dsznajder.es7-react-js-snippets ` :
3636
3737``` shell
3838git clone https://github.com/dsznajder/vscode-es7-javascript-react-snippets.git dsznajder.es7-react-js-snippets
3939```
4040
41- ##### Conquer of Completion
41+ ### Conquer of Completion
4242
4343It is possible to use this package in your vim/neovim text editor, to make this possible, make sure you have the ` coc.nvim ` previously configured, then add this command to your ` init.vim `
4444
45- ```
46- Plug 'dsznajder/vscode-es7-javascript-react-snippets', {
47- \ 'do': 'yarn install --frozen-lockfile && yarn compile' }
45+ ``` shell
46+ Plug ' dsznajder/vscode-es7-javascript-react-snippets' , { \ ' do' : ' yarn install --frozen-lockfile && yarn compile' }
4847` ` `
4948
5049Update your vim / neovim settings with ` :source %` and then install the new package with ` :PlugInstall`
0 commit comments