Sublime Forum

ST3 navigate to link broken

#1

Hi in ST3 I have used both builds 3047 and 3053 and get the following error in the console when trying to navigate to definition:

Traceback (most recent call last):
  File "/opt/sublime_text/sublime_plugin.py", line 549, in run_
    return self.run(edit)
  File "******/.config/sublime-text-3/Packages/CTags/ctagsplugin.py", line 459, in command
    result = f(self, self.view, args, tags_file)
  File "******/.config/sublime-text-3/Packages/CTags/ctagsplugin.py", line 548, in run
    if self.scopes.match(view.syntax_name(view.sel()[0].b)) is not None:
AttributeError: 'View' object has no attribute 'syntax_name'

Just wondering what is causing it and if it is easy to fix?
I have been able to run build ctags from the sidebar (although at the minute it now appears to be greyed out).

Cheers
T1ckL35

0 Likes