arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
169 stars 47 forks source link

Suggestion: allow "ctrl+f" find in preview #77

Open mvdobrinin opened 4 years ago

mvdobrinin commented 4 years ago

Currently the only way to find things in the preview is to open it in the browser and use the native search on the browser page.

It would be great if there were a way to enable searching directly in the preview. This type of behavior is already available in other rendered content like extension pages and VS Code release notes.