Skip to content

Improve the readme a bit #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This extension for Visual Studio Code adds snippets for C/C++.
## Usage
Type a part of the keywords in snippet e.g., "for" and press enter.

```
```cpp
for // Creates a for loop snippet
```

Alternatively, one can also just press `Ctrl`+`Space` (Windows, Linux) or `Cmd`+`Space` (OSX) to access the available snippets in the editor.
Alternatively, one can also just press <kbd>Ctrl</kbd> + <kbd>Space</kbd> (works on Windows, Linux, or Mac) to access the available snippets in the editor.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "hars",
"displayName": "C/C++ Snippets",
"description": "Code snippets for C/C++",
"version": "0.0.13",
"version": "0.0.14",
"engines": {
"vscode": "^0.10.1"
},
Expand Down