Skip to content
Benjamin Sago edited this page Dec 7, 2015 · 1 revision

Rust-BBEdit supports searching the standard library docs with the Search › Find in Reference... menu command, which is bound by default to ⇧⌘-.

Simply put the caret on a word (or type it in) and run that command, and your web browser will open with a search for it.

Dash

Since BBEdit 10.5.6, it'll instead open Dash for all docs if you have that installed. You can turn this off for Rust specifically by running:

defaults write com.barebones.bbedit UseDashForReferenceLookups_Rust -bool NO

This will make it always open your browser, even if you have Dash installed.

Clone this wiki locally