You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to include a .tags file for the core OSX SDK header files, however retreiving definitions does not work after configuring as follows. Furthermore, setting 'debug' to 'true' in the ctags sublime config does not produce any additional output.
cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include
ctags -f .tags -R . (will likely need root privs to write here)
I am trying to include a .tags file for the core OSX SDK header files, however retreiving definitions does not work after configuring as follows. Furthermore, setting 'debug' to 'true' in the ctags sublime config does not produce any additional output.
cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include
ctags -f .tags -R .
(will likely need root privs to write here)"extra_tag_paths": [ [["source.python", "windows"], "C:\\Python27\\Lib\\tags"], [["source.c", "osx"], "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/"] ],
xmlNs
which should exist inlibxml2/libxml/tree.h
)The text was updated successfully, but these errors were encountered: