Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 479 Bytes

c-cpp-function-call-generator README

Features

Generates a C/C++ function call from the selected function signature.

feature X

Installation

  1. Download the latest c-cpp-function-call-generator-X.X.X.vsix file from Releases.
  2. Drag the .vsix file onto the Extensions sidebar in an open Visual Studio Code window.

Build from Source

Requires Node.js

npm install –g vsce
npm install --save-dev webpack webpack-cli
vsce package