Skip to content

Broken by default on OS X w/ devetools - unresolvable ctags conflict #149

@lilith

Description

@lilith

I've put several hours into getting CTags working. brew install ctags works great, but the instructions for getting that version of ctags to be used by this package are incorrect.
OS X Apps aren't running ~/.profile, ~/.bash_profile, or /etc/paths before locating 'ctags'.

Furthermore, providing a CTags.sublime-settings file

{
    "ctags_command"   :  "/usr/local/bin/ctags -R -f .tags"
}

Doesn't fix the problem, still getting

EnvironmentError: (u'ctags -R -f .tags', 1, 'ctags: illegal option -- R\nusage: ctags [-BFadtuwvx] [-f tagsfile] file ...\n')

I can generate the ctags manually at the command-line just fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions