Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaaaash/lsif-typescript-server
LSIF TypeScript server.
https://github.com/aaaaash/lsif-typescript-server
Last synced: 1 day 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:25:38.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T20:53:36.509Z (6 days ago)
- Language: TypeScript
- Size: 1.75 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LSIF TypeScript Server
[![Build Status](https://travis-ci.org/Aaaaash/lsif-typescript-server.svg?branch=master)](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 请求~~