https://github.com/aaaaash/vscode-ts-semantic-highlight
Sematic highlighting extension for typescript
https://github.com/aaaaash/vscode-ts-semantic-highlight
Last synced: 2 months ago
JSON representation
Sematic highlighting extension for typescript
- Host: GitHub
- URL: https://github.com/aaaaash/vscode-ts-semantic-highlight
- Owner: Aaaaash
- Created: 2019-04-29T07:57:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:01:18.000Z (over 2 years ago)
- Last Synced: 2025-04-01T17:00:27.074Z (2 months ago)
- Language: TypeScript
- Size: 431 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Semantic Highlight for TypeScript
TypeScript 语义化高亮 VS Code 插件
## Features
* TypeScript/TypeScript-React 文件(枚举, 方法参数, 局部变量)语义化高亮
* JavaScript/JavaScript-React 文件(方法参数, 局部变量)语义化高亮VS Code 默认高亮

语义化高亮

## Extension Settings## Known Issues
## Release Notes
### 0.0.1
基本功能实现### 0.0.2
添加 didchange 事件### 0.0.3
缓存已有的高亮信息### 0.0.4
支持增量着色
-----------------------------------------------------------------------------------------------------------**Enjoy!**