atom-ctags icon indicating copy to clipboard operation
atom-ctags copied to clipboard

better autocomplete for atom, using ctags

Results 70 atom-ctags issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.7.2 **System**: Mac OS X 10.11.4 **Thrown From**: [atom-ctags](https://github.com/yongkangchen/atom-ctags) package, v4.5.2 ### Stack Trace Uncaught ReferenceError: Tags is not...

question

Stopped: Build more than 5 seconds, check if /home/xxxxx/ contain too many file. Suggest that add CmdArgs at atom-ctags package setting, example: --exclude=some/path --exclude=some/other

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.5.4 **System**: Unknown Windows Version **Thrown From**: [atom-ctags](https://github.com/yongkangchen/atom-ctags) package, v4.5.0 ### Stack Trace Failed to activate the atom-ctags package...

I opened file (C# code) and just pressed Ctrl+R. **Atom Version**: 1.2.4 **System**: Microsoft Windows 8 Pro **Thrown From**: [atom-ctags](https://github.com/yongkangchen/atom-ctags) package, v4.4.2 ### Stack Trace Uncaught TypeError: Path must be...

enhancement

Hello, I'm trying to exlude node_modules and bower_components paths in my project. Defining the following command arguments: `--exclude="node_modules" --exclude="bower_components"` is still making the rebuild take over 5 seconds (called from...

![image](https://cloud.githubusercontent.com/assets/1297882/11842352/6863a9b0-a403-11e5-9d35-f047c8d6b68c.png) Close to 300 ms to activate the package. How come?

enhancement

Would be nice to have case insensitive search. Just as autocomplete-plus works.

enhancement

Are there any plan to add a feature to automatically rebuild tags every x minutes? That will prevent people having to remember to rebuild their tags file

enhancement

Some projects do not need atom-ctags, or in the simple example where I just open a random file on the file system with atom. Every time .tags is created. What...

The following line was causing too many warnings. It doesn't seem to have any useful purpose ``` --regex-JavaScript=/(,|^|\*\/)[ \t]*(while|if|for|function|([A-Za-z_$][A-Za-z0-9_$]+))[ \t]*\([^)]*\)[ \t]*\{/\3/,function/ ```