Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 523 Bytes

OLD_README.md

File metadata and controls

32 lines (20 loc) · 523 Bytes

Visit https://lsif.dev/ to learn about LSIF.

Installation

Required tools:

Indexing your repository

Install dependencies:

cd $HOME/your-dart-project
pub get

Run lsif-dart:

cd $HOME
git clone https://github.com/sourcegraph/lsif-dart
cd lsif-dart
pub get
pub run crossdart --input $HOME/your-dart-project

Historical notes

lsif-dart builds off of crossdart for language analysis and adds an LSIF output mode.