Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyh196201/vscode-region-tree
A vscode extension that shows #region comment areas as a tree hierarchy.
https://github.com/kyh196201/vscode-region-tree
Last synced: 23 days ago
JSON representation
A vscode extension that shows #region comment areas as a tree hierarchy.
- Host: GitHub
- URL: https://github.com/kyh196201/vscode-region-tree
- Owner: kyh196201
- Created: 2023-11-30T05:03:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T06:59:13.000Z (about 1 year ago)
- Last Synced: 2023-11-30T07:34:22.246Z (about 1 year ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# vscode-region-tree README
#region/#endregion 주석 영역을 트리 구조로 표시하는 vscode 확장 프로그램입니다.😎
(A vscode extension that shows #region/#endregion comment areas as a tree hierarchy.)![이미지](./docs/example.gif)
## 설치 및 실행
```shell
npm install
``````
F5 버튼 클릭, 새 vscode window에서 디버깅
```## 기능
- 짝이 맞지 않은 region, endregion 주석 검출
---
## 커맨드(Commands)
### Wrap with region
선택한 영역을 region 주석으로 래핑합니다.
---
## 설정(Configuration)
커스텀 가능한 설정 목록입니다. (`기본 값`)
**vscodeRegionTree.enableJumpToMismatchedRegion (`false`)**
파일 저장 시 region, endregion의 짝이 맞지 않을 경우 해당 라인으로 이동하는 기능을 활성화합니다.
## 사용
- typescript
## TODO
- [ ] fold/unfold all regions 커맨드 추가하기