https://github.com/aaaaash/lsif-typescript-server
LSIF TypeScript server.
https://github.com/aaaaash/lsif-typescript-server
Last synced: 2 months ago
JSON representation
LSIF TypeScript server.
- Host: GitHub
- URL: https://github.com/aaaaash/lsif-typescript-server
- Owner: Aaaaash
- Created: 2019-05-13T02:28:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:25:38.000Z (over 2 years ago)
- Last Synced: 2025-04-01T17:00:21.666Z (2 months ago)
- Language: TypeScript
- Size: 1.75 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LSIF TypeScript Server
[](https://travis-ci.org/Aaaaash/lsif-typescript-server)
LSIF TypeScript Server for [LSIF TypeScript Chrome Extension](https://github.com/Aaaaash/lsif-typescript-chrome-extension)
### Features
- TextDocumentSymbols
- FindReferences
- GotoDefinition
- Hover### TODO
- 优化 monorepo
- ~~改进 initialize 流程, 缓存 DB~~
- ~~改进通信协议, 支持指定 commit 请求~~