Sublime Forum

Goto anything for function defs does not work

#1

Seems like a basic feature so maybe Im doing it wrong. I have searched a lot and have not found an answer.

Developing large project in C on Linux.

I have created a project and I can use ‘find anything’ to open any file in the project.

If the file is open, ‘find anything’ works with @ to find the function definition.

If the file is not open, ‘find anything’ with @ does not find the function definition.

If the file is not open, I can use ‘find anything’ with the syntax ‘filename@function’ and it can find the function definition.

Shouldn’t ‘find anything’ work with @ across the whole project even without the file open?

0 Likes

#2

I think the SublimeCodeIntel plugin might do what you want. There is also a plugin that integrates ctags (github.com/SublimeText/CTags), so that might help as well.

0 Likes