We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5df696 commit 16ee249Copy full SHA for 16ee249
README.md
@@ -5,3 +5,16 @@
5
Generates a C/C++ function call from the selected function signature.
6
7

8
+
9
10
+## Installation
11
+1. Download the latest c-cpp-function-call-generator-X.X.X.vsix file from Releases.
12
+2. Drag the .vsix file onto the Extensions sidebar in an open Visual Studio Code window.
13
14
+## Build from Source
15
+_Requires Node.js_
16
+```
17
+npm install –g vsce
18
+npm install --save-dev webpack webpack-cli
19
+vsce package
20
0 commit comments