CTags
CTags copied to clipboard
CTags support for Sublime Text
when i make .tag by universal ctags, sublime text 3 do not go to define by the .ctags!!!
I use Sublime3 with CTags plugin. Here is a part of Linux code, file `arch/x86/include/asm/page_types.h`: ```C #include /* PAGE_SHIFT determines the page size */ #define PAGE_SHIFT 12 #define PAGE_SIZE (_AC(1,UL)
- This addresses issue #310 - ctags sometimes omits the right-anchor ('$') from its regexes - This seems to happen with C macros - Split ex_command into the pattern, sans...
Consideration for resolution of Issue #278. - Should execution continue on faulty tagfile line? - Are there other points in code that require similar intelligence? (Rationale for unifying a parser.)...
If I had to guess this could be related to there being too many symbols in the the repo 😄 ``` Building CTags for /Users//node: Please be patient error: An...
ctags -R * command is not working in ubuntu 18
When I jump to a definition, the matching text is highlighted:  Even though I thought I had disabled it in my settings: ```json # CTags.sublime-settings { "debug": true, "autocomplete":...
Call get_jump_history_for_view(view).push_selection(view) so jump_back works. Signed-off-by: Chuck Fossen [email protected]
When I set `autocomplete` to be `true`, generating the .tags file, the autocomplete popup but neither `Tab` or `Enter` fill the word, it just disappear.
In Line 162, it should be like: `"command" : "C:\\Users\\\\Downloads\\CTags\\ctag.exe,"` on Windows platform.