Page MenuHomePhabricator

D13551.diff
No OneTemporary

D13551.diff

diff --git a/src/docs/user/userguide/diffusion_symbols.diviner b/src/docs/user/userguide/diffusion_symbols.diviner
--- a/src/docs/user/userguide/diffusion_symbols.diviner
+++ b/src/docs/user/userguide/diffusion_symbols.diviner
@@ -9,13 +9,14 @@
and functions are defined in the codebase. Once you set up indexing, you can
use the index to do things like:
- - link symbol uses in Differential code reviews and Diffusion code browsing
- to their definitions
- - allow you to search for symbols
+ - jump to symbol definitions from Differential code reviews and Diffusion
+ code browsing by ctrl-clicking (cmd-click on Mac) symbols
+ - search for symbols from the quick-search
- let the IRC bot answer questions like "Where is SomeClass?"
-NOTE: Symbol indexing is somewhat new, and has broader support for PHP than for
-other languages.
+NOTE: Because this feature depends on the syntax highlighter, it will work
+better for some languages than others. It currently works fairly well for PHP,
+but your mileage may vary for other languages.
= Populating the Index =
@@ -85,6 +86,12 @@
Phabricator lists "Arcanist" and "libphutil" because it uses classes and
functions from these repositories.
-NOTE: Because this feature depends on the syntax highlighter, it will work
-better for some languages than others. It currently works fairly well for PHP,
-but your mileage may vary for other languages.
+== External Symbols ==
+
+By @{article:Adding New Classes}, you can teach Phabricator
+about symbols from the outside world.
+Extend @{class:DiffusionExternalSymbolsSource}; Once loaded, your new
+implementation will be used any time a symbol is queried.
+
+See @{class:DiffusionPhpExternalSymbolsSource} and
+@{class:DiffusionPythonExternalSymbolsSource} for example implementations.

File Metadata

Mime Type
text/plain
Expires
Wed, May 22, 12:24 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6293548
Default Alt Text
D13551.diff (1 KB)

Event Timeline