[HELP] Symbol Index Setups For Swift
Event Timeline
Looking at the first image, it looks like the symbols are defined to be cpp symbols; That would fit your description of the behavior:
When searching from the search-field, the system ignores language of the symbols; When looking from a source file, it narrows down the search to files of the same language - in this case I think it should be swift.
Try replacing the word cpp with swift and see if that solves the issue.
Hi @avivey,
Thank you so much for the help. Now it works.
One more question. Is it possible for me to search codes? For example, I want to find all the place where some variable has been used.
Again. Thank you so much for your time and patience.
https://secure.phabricator.com/diffusion/P/browse/master/ - there's a Show Search button, that will let you search by filename or file contents.
Hi @avivey,
Wow, that's great.
Is this based on git-grep? If so, can I pass flag such as --context=5?
Thanks.