https://github.com/wk-j/github-detail-comment
Github Detail Comment https://marketplace.visualstudio.com/items?itemName=wk-j.github-detial-comment
https://github.com/wk-j/github-detail-comment
Last synced: 26 days ago
JSON representation
Github Detail Comment https://marketplace.visualstudio.com/items?itemName=wk-j.github-detial-comment
- Host: GitHub
- URL: https://github.com/wk-j/github-detail-comment
- Owner: wk-j
- Created: 2016-10-04T16:10:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T08:28:07.000Z (over 5 years ago)
- Last Synced: 2025-02-08T18:22:32.875Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Github Detail Comment
Create github issue and comment in Visual Studio Code.
## Requirement
You must provide following environment variables
- `ghu`: Github user name
- `ghp`: Github password / token## Install
1. Command+P
2. Type: **ext install github-detial-comment**
3. Enter## Usage
### Create issue
- Write issue in VS Code editor.
- Command+Shift+P
- Type: **Create issue**
- Paste repository url, press Enter### Create issue comment
- Write comment in VS Code editor.
- Command+Shift+P
- Type: **Create issue comment**
- Paste full issue url, press Enter### Issue format
```
||| https://github.com/wk-j/github-detail-comment (project url)
||| Please enter issue title hereEnter issue content here ...
```### Comment format
```
||| https://github.com/wk-j/github-detail-comment/issues/1 (issue url)Enter comment here ...
```