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

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

Awesome Lists containing this project

README

        

# Semantic Highlight for TypeScript

TypeScript 语义化高亮 VS Code 插件
## Features
* TypeScript/TypeScript-React 文件(枚举, 方法参数, 局部变量)语义化高亮
* JavaScript/JavaScript-React 文件(方法参数, 局部变量)语义化高亮

VS Code 默认高亮

![](resources/before.jpg)

语义化高亮

![](resources/after.jpg)
## Extension Settings

## Known Issues

## Release Notes

### 0.0.1
基本功能实现

### 0.0.2
添加 didchange 事件

### 0.0.3
缓存已有的高亮信息

### 0.0.4
支持增量着色
-----------------------------------------------------------------------------------------------------------

**Enjoy!**