atom-cscope2

Navigate through sources with cscope database

Aleksey Makarov

600

1

0.3.2

MIT

GitHub

Dependency status Build status JavaScript Style Guide

Atom editor cscope package

Navigate through sources with cscope database.

Based on atom-cscope atom package by Amitabh Das.

Usage

find . -name "*.c" -o -name "*.h" > cscope.files
cscope -qRb -i cscope.files
make cscope