Details
Details
Hi,
I have a problem when setting up symbol index for my repository. The language I use is "Swift". I updated my server ctags tool and add a config for it to generate swift ctags file and use ./scripts/symbols/generate_ctags_symbols.php to generate swift symbol index. It seems no problem while generating the symbol. Here is a screenshot for part of its result.
Then I use the following cmd to link symbol data with my repository
After that, if I go into that diffusion repository and type function name on the search field, it pops out symbol results and redirects me to the symbol definition line. That works perfectly. HOWEVER, if I cmd + click any function calls in source file, it opens a page that displays No matching symbol could be found in any indexed repository.
I am new to Phabricator. Any help is appreciated. Thank you for your time and patience.