ameyp / CscopeSublime

A Cscope plugin for Sublime Text 2 and 3
89 stars 37 forks source link

how to create cscope.out #65

Closed abramhum closed 7 years ago

abramhum commented 7 years ago

Hi: I use sublime text3 and try to create cscope.out, but I don't know how, my environment is Windows 10, and I have download cscope.exe Thanks

vanrijn commented 7 years ago

You need to configure your user settings for this plugin and set the cscope executable location properly. Then make sure you're working with a ST3 project that has 1 path defined. Then you can use the rebuild database plugin command to generate the cscope database.

abramhum commented 7 years ago

I found the answer, it's simple, just use cmd, and then use the command cscope.exe -b -q -k filename after that, the system will create cscope.out, and work well under ST3