Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaaaash/lsif-typescript-chrome-extension
LSIF Chrome Extension for TypeScript
https://github.com/aaaaash/lsif-typescript-chrome-extension
codereview language-server-index-format typescript
Last synced: about 2 months ago
JSON representation
LSIF Chrome Extension for TypeScript
- Host: GitHub
- URL: https://github.com/aaaaash/lsif-typescript-chrome-extension
- Owner: Aaaaash
- Created: 2019-07-11T08:27:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:40:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T04:15:14.626Z (2 months ago)
- Topics: codereview, language-server-index-format, typescript
- Language: TypeScript
- Size: 10.9 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LSIF TypeScript Chrome Extensions
[![Build Status](https://travis-ci.org/Aaaaash/lsif-typescript-chrome-extension.svg?branch=master)](https://travis-ci.org/Aaaaash/lsif-typescript-chrome-extension)
### Features
- Navigate to document symbols
![](snapshot/navigate.png)
- Hover (show symbol type and description)
![](snapshot/hover.png)- Go to definition
![](snapshot/hover-navigate-jump.gif)
### TODO
- ~~优化 hover 样式~~
- ~~支持 gotoDefinition (有限的)~~
- 支持 findReferences
- ~~支持 CODING interprise (有限的)~~
- ~~Options 页面, 允许启用或关闭部分特性~~
- DOM 操作性能优化
- 探索索引文件本地存储方案
- 支持文件内符号搜索跳转
- 使用 Web Component 重构插件界面元素, 隔离 CSS 作用域, 避免 CSS 污染