File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments