yongkangchen / atom-ctags

better autocomplete for atom, using ctags
https://atom.io/packages/atom-ctags
MIT License
87 stars 35 forks source link

making ctags run from project directory #208

Open alecnmk opened 6 years ago

alecnmk commented 6 years ago

I'm using --exclude=@.gitignore setting in ~/.ctags.d/default.ctags. It wasn't able to find project's .gitignore file, since by default BufferedProcess is starting from / directory. That simple PR fixes that.

Really hope it'll make to next version ;) Thank you.

alecnmk commented 6 years ago

I'm experiencing other issue when running local version of the package: #201. I'm going to make a branch from v5.1.2 and apply that fix again. But that PR is pretty simple and should be legit.

update I just needed to install deps for atom-ctags locally (it wasn't able to load ctags-cache)