Extension allows to perform instant search in code window (like in Chrome browser, for example). QuickStart: 1) Tools -> Show InstantSearch panel. Option: you could also assign hot key for that - go to Tools -> Options, Environment -> Keyboard. In "Show commands containing:" textbox type "ShowInstantSearchPanel". In commands list select "Tools.ShowInstantSearchPanel" and specify hotkey - e.g. Ctrl + Alt + F (by default, F# interactive uses that, so you could replace default or choose any shortcut you like). Click "Assign", "OK". Done! 2) Open InstantSeach Panel. At the top of Code window you will see small textbox and text cursor will already be placed there. 3) Start typing - InstantSearch start searching immediately. To close InstantSearch panel press Esc - keyboard focus will move to code window. Press Enter to go to next matching search result.
It's just alpha release and could contain errors. Please, report about any issues to https://bitbucket.org/alek_sys/instantsearch/issues |