https://github.com/startdusk/vs-goimplements
VSCode extensions: to generate go interface code in VSCode
https://github.com/startdusk/vs-goimplements
Last synced: 9 months ago
JSON representation
VSCode extensions: to generate go interface code in VSCode
- Host: GitHub
- URL: https://github.com/startdusk/vs-goimplements
- Owner: startdusk
- License: mit
- Created: 2021-04-10T14:17:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T05:51:26.000Z (almost 5 years ago)
- Last Synced: 2025-05-15T23:42:09.663Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 12.6 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Generate Interface Stubs in Visual Studio Code
[](https://marketplace.visualstudio.com/items?itemName=clylia217.vs-goimplements&wt.mc_id=vscode-versionlens-gitlab) [](https://marketplace.visualstudio.com/items?itemName=clylia217.vs-goimplements)
[](https://marketplace.visualstudio.com/items?itemName=clylia217.vs-goimplements) [](https://opensource.org/licenses/MIT)
[](https://open.vscode.dev/startdusk/vs-goimplements)
**Usage**

- and you can using default shortcut `Ctrl + Shift + i`
# Pre dependence
- Install Golang
- Install VSCode Go extension and install/update tool
# How to run locally
- Clone the repo locally
- Run `npm install` in terminal to install dependencies
- Run the `Run Extension` target in the Debug View. This will:
- Start a task `npm: watch` to compile the code
- Run the extension in a new VS Code window
**Enjoy:)**