rampage644 / sublime-rtags

Sublime Text 3 Rtags plugin. See https://github.com/Andersbakken/rtags
18 stars 6 forks source link

sublime-rtags vs. RtagsComplete confusion. #38

Open tillt opened 7 years ago

tillt commented 7 years ago

Why do we call the package "RtagsComplete" while the menu items talk about "sublime-rtags"?

Despite being confusing, this also triggers weird behaviour when trying to override specific functionality of this plugin.

In the past I had no issues by simply editing the sources in the "Packages/sublime-rtags" folder. However, code-completion appears to behave weirdly special in that it does insist on using the installed package name for any overrides. I have not been able to solve this without renaming the folders towards the package name ("RtagsComplete"). I do however believe that the name "sublime-rtags" is much better as we offer more than just completion.

I would suggest to get rid of this confusion and call the package "sublime-rtags" just like the project is named here on github.

tillt commented 7 years ago

Just noticed that package-control does not really like the term "sublime" in their packages (see https://packagecontrol.io/docs/submitting_a_package) - hence you may have renamed it?