A fast ctags browser for code developers that use Notepad++.
Can work with huge tags file and tag lookup will still be instantaneous.
Low memory footprint. It is so fast that it does not need to cache any part of the tags file.
No dependency on timestamps. Since tag file is not cached. You may update the tags file anytime.
Can lookup full tag or do a prefix match.
Follow TagLEET
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
I needed a ctags plugin for notepad++ that allowed me to use tag files that I generated via a script on my linux box. TagLEET did exactly that. It locates my tag file by searching up the path from the current file and is able to search through my 52,000+ tags and take me to them instantly. The tags appear in a pop-up dialog that allows you to quickly select the one you want and then it takes you to that location in the source file. No extra windows are left on the screen after jumping to the tag and it handles switching between files in multiple views in the same session in notepad++ with ease. The one caveat is that it would not work with my original tags file which had been generated with extra options and absolute paths and worked fine with other applications. Stick with the command 'ctags --extra=f -R .' as provided in the documentation for TagLEET and it should work fine. Fortunately Gur was kind enough to respond to my e-mails and help me troubleshoot my issues.