7 ms·
Don't know on what version of Sublime you are but the newest release has indexing built-in and it works really well.
by sevnin 2y ago
Don't know on what version of Sublime you are but the newest release has indexing built-in and it works really well.
- atotic 2y agoI am not sure if built-in indexing supports only indexing subset of the tree. YOu want to selectively index for speed and accuracy. The complete tree might contain multiple definitions of the same functions, as headers get copied, pre-processed, etc.
- sevnin 2y agoIt supports selective indexing, you can specify paths to exclude from indexing or you might open just a single module, here is more info: https://www.sublimetext.com/docs/indexing.html https://www.sublimetext.com/docs/indexing.html