scip_dart 1.4.0 copy "scip_dart: ^1.4.0" to clipboard
scip_dart: ^1.4.0 copied to clipboard

generates scip bindings for dart files

scip-dart #

Implementation of a scip indexer for dart

Designed to be a replacement for lsif_indexer, with better coverage and reliability

Installation #

dart pub global activate scip_dart

Usage #

The following command will output a index.scip file

cd ./path/to/project/root
dart pub get
dart pub global run scip_dart ./

This file can be analyzed / displayed using the scip cli

scip print ./index.scip
scip snapshot

Analysis can be uploaded to sourcegraph using the src cli

src code-intl upload -file=index.scip -github-token="<your gh token>"