Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 33dc1ff

Browse files
tpkahlonDamian Sznajder
authored and
Damian Sznajder
committed
add OS shortcut links
1 parent a61e12c commit 33dc1ff

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

‎README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1414
Launch _Quick Open_:
1515

16-
- <imgsrc="https://www.kernel.org/theme/images/logos/favicon.png"width=16height=16/> <ahref="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf">Linux</a> `Ctrl+P`
17-
- <imgsrc="https://developer.apple.com/favicon.ico"width=16height=16/> <ahref="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf">macOS</a> `⌘P`
18-
- <imgsrc="https://www.microsoft.com/favicon.ico"width=16height=16/> <ahref="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

2020
Paste the following command and press `Enter`:
2121

2222
```shell
2323
ext install dsznajder.es7-react-js-snippets
2424
```
2525

26-
##### GitHub Repository Clone
26+
### GitHub Repository Clone
2727

2828
Change to your `.vscode/extensions` [VS Code extensions directory](https://code.visualstudio.com/docs/extensions/install-extension#_side-loading).
2929
Depending on your platform it is located in the following folders:
3030

31-
- <imgsrc="https://www.kernel.org/theme/images/logos/favicon.png"width=16height=16/> **Linux** `~/.vscode/extensions`
32-
- <imgsrc="https://developer.apple.com/favicon.ico"width=16height=16/> **macOs** `~/.vscode/extensions`
33-
- <imgsrc="https://www.microsoft.com/favicon.ico"width=16height=16/> **Windows** `%USERPROFILE%\.vscode\extensions`
31+
- _Linux_: `~/.vscode/extensions`
32+
- _macOS_: `~/.vscode/extensions`
33+
- _Windows_: `%USERPROFILE%\.vscode\extensions`
3434

3535
Clone the Material Theme repository as `dsznajder.es7-react-js-snippets`:
3636

3737
```shell
3838
git 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

4343
It 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
5049
Update your vim / neovim settings with `:source %` and then install the new package with `:PlugInstall`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /