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

Is atom-ctags abandonded?

Open kozec opened this issue 7 years ago • 4 comments

Considering that latest release was released 3 months ago, it doesn't work at all (see #189, #192 and all around) and there was no commits since, is safe to consider this project abandoned?

kozec avatar Aug 29 '17 09:08 kozec

I also really enjoy this project (atom symbols from ctags with support for multiple project dirs), and would love to see it maintained since I haven't found any better alternatives. I went ahead and fixed up a few pain points that I'd like to get merged somewhere. I'm happily running from my own personal repo for now (https://github.com/jdanbrown/atom-ctags/commits/master), but does anyone have thoughts on how we can push this forward?

  • #206 Fix getCurSymbol to workaround long-standing atom bug
  • #205 Add hyperclick provider
  • #204 Filter on tag.name + tag.file, and relativize tag.file for more concise display
  • #207 generateTags: Add a null check to warn instead of throwing
  • #203 .dispose() all the disposables

jdanbrown avatar Apr 25 '18 21:04 jdanbrown

@jdanbrown how to install your version in atom?

adrien-gauche avatar Jun 20 '19 09:06 adrien-gauche

@Adri1G Sorry that I haven't packaged it in any easy form. I've been installing it "manually", i.e.

  1. Clone my atom-ctags repo from github (to anywhere on your local machine)
  2. cd into your cloned atom-ctags dir and run apm install (to populate node_modules/)
  3. Symlink your cloned atom-ctags dir to ~/.atom/packages/atom-ctags
  4. Restart atom to find the new package

jdanbrown avatar Jun 20 '19 18:06 jdanbrown

Thank you @jdanbrown :-)

adrien-gauche avatar Jun 26 '19 13:06 adrien-gauche