An open API service indexing awesome lists of open source software.

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

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 here

Enter issue content here ...
```

### Comment format

```
||| https://github.com/wk-j/github-detail-comment/issues/1 (issue url)

Enter comment here ...
```