Skip to content

Commit c8fd1f4

Browse files
committed
Updated Documentation
1 parent bbad592 commit c8fd1f4

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# cpp-header-source-pair README
1+
# cpp-header-source-pair VSCode Extension
22

3-
This is the README for your extension "cpp-header-source-pair". A simple plugin to open header files along side source files for C/C++ projects.
3+
A simple plugin to open header files along side source files for C/C++ projects.
44

55
## Features
6+
- Opens the Header on the Left and Source on the Right side with the `Open Pairs (C/C++ Headers/Source)` command.
67

7-
Opens the Header on the Left and Source on the Right side with the `Open Pairs (C/C++ Headers/Source)` command.
8+
## Usage
9+
- Install the extension
10+
- Use the command `Open Pairs (C/C++ Headers/Soruce)` on a opened header/source file.
811

912
## Keybindings
1013

@@ -13,5 +16,4 @@ You can find it in the Keybindings with `cpp-header-source-pair.openPairs`. It h
1316
## Release Notes
1417

1518
### 1.0.0
16-
17-
Initial release of cpp-header-source-pair
19+
- Initial release of cpp-header-source-pair

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"icon": "icon.png",
1616
"activationEvents": [],
1717
"main": "./out/extension.js",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/spalter/vscode-cpp-header-source-pair"
21+
},
1822
"contributes": {
1923
"commands": [
2024
{

0 commit comments

Comments
 (0)