Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15427627
D13551.id32819.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13551.id32819.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 3:12 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7683840
Default Alt Text
D13551.id32819.diff (1 KB)
Attached To
Mode
D13551: Update symbols docs
Attached
Detach File
Event Timeline
Log In to Comment