Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 请求~~