https://github.com/lilith-avatar/vscode-extension
:hammer_and_wrench: Project Da Vinci VS Code Extension
https://github.com/lilith-avatar/vscode-extension
tool ts typescript vscode vscode-extension
Last synced: over 1 year ago
JSON representation
:hammer_and_wrench: Project Da Vinci VS Code Extension
- Host: GitHub
- URL: https://github.com/lilith-avatar/vscode-extension
- Owner: lilith-avatar
- License: mit
- Created: 2020-09-17T23:40:55.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T14:34:07.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T06:30:41.267Z (over 1 year ago)
- Topics: tool, ts, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.06 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Boom! Party for VS Code
[](http://api.projectdavinci.com/)
[](https://github.com/lilith-avatar/avatar-ava)
[](https://github.com/lilith-avatar/vscode-extension/releases)
达芬奇计划,VS Code 插件开发版
## 在线安装
本插件可以在微软[VSCode插件商店](https://marketplace.visualstudio.com/items?itemName=lilith-avatar.boom-party)中搜索`Boom! Party`进行安装

## 开发及本地调试
1. 将本仓库Clone到本地
``` shell
$ git clone https://github.com/lilith-avatar/vscode-extension.git
```
2. 在项目根目录执行以下命令
``` shell
$ npm i && code .
```
3. 点击`F5`进行调试
## 功能
- [x] 树状图
- [x] 代码格式化
- [x] 用户片段
- [ ] 静态检查
- [ ] 定义跳转
- [ ] 代码补全
- [ ] excel转lua
### 树状图
根据工作区打开的文件夹生成对应节点层级的树状图,并显示跟编辑器内一样的脚本文件节点名

### 代码格式化

### 用户片段
除了常见的lua用户片段以外,还支持ava客户端和服务器端代码模板生成(通过输入`smod`或者`cmod`)
