Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 691 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 691 Bytes

Cscope Module for Textadept

This is a Textadept module for using Cscope, a tool for developers to quickly search C source code.

⚠️ WARNING ⚠️

This is an alpha version and I am rebasing on this branch!

Installation

Install it in your ~/.textadept/modules/ directory and load it from your ~/.textadept/init.lua as follows:

_M.cscope = require('cscope')

Cscope Binaries for Windows

You can find Cscope binaries for Windows from the Cscope-win32 port download page.

Create a Cscope Index

cscope -b -q