Workiva / scip-dart

Repository from Github https://github.comWorkiva/scip-dartRepository from Github https://github.comWorkiva/scip-dart

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>"

About

License:Other


Languages

Language:Dart 99.0%Language:Makefile 1.0%