File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626/**
2727 * QuickViewManager provides support to add interactive preview popups on hover over the main editors.
2828 * Extensions can register to provide previews with `QuickViewManager.registerQuickViewProvider` API.
29- * 
30- * 
29+ * <img src = " https://docs-images.phcode.dev/phcode-sdk/quick-view-image.png" alt="Phoenix code quick view" />
30+ * <img src = " https://docs-images.phcode.dev/phcode-sdk/quick-view-youtube.png" alt="Phoenix code quick view Youtube " />
3131 *
3232 * ### See Related: SelectionViewManager
3333 * [features/SelectionViewManager](https://github.com/phcode-dev/phoenix/wiki/SelectionViewManager-API) is similar to
3434 * QuickViewManager API.
3535 * * SelectionViews popup only once user selects a text by mouse or hover over a region with text selection.
3636 * * Quickviews popup on mouse hover.
37- * 
37+ * <img src = " https://user-images.githubusercontent.com/5336369/186434397-3db55789-6077-4d02-b4e2-78ef3f663399.png" alt="quick view pops on mouse hover " />
3838 *
3939 *
4040 * ## Usage
Original file line number Diff line number Diff line change 2828 * This can be used to provide interactive editor controls on a selected element.
2929 *
3030 * Extensions can register to provide previews with `SelectionViewManager.registerSelectionViewProvider` API.
31- * 
32- * 
31+ * <img src = " https://user-images.githubusercontent.com/5336369/186434397-3db55789-6077-4d02-b4e2-78ef3f663399.png" alt="Phoenix code selection view " />
32+ * <img src = " https://user-images.githubusercontent.com/5336369/186434671-c1b263e5-19a9-4a9d-8f90-507df5f881b5.gif" />
3333 *
3434 * ### See Related: QuickViewManager
3535 * [features/QuickViewManager](https://github.com/phcode-dev/phoenix/wiki/QuickViewManager-API) is similar to
3636 * SelectionViewManager API.
3737 * * SelectionViews popup only once user selects a text by mouse or hover over a region with text selection.
3838 * * Quickviews popup on mouse hover.
39- * 
39+ * <img src = " https://docs-images.phcode.dev/phcode-sdk/quick-view-youtube.png" alt="Phoenix code selection view Youtube image" />
4040 *
4141 * ## Usage
4242 * Lets build a "hello world" extension that displays "hello world" above selected text in the editor.
You can’t perform that action at this time.
0 commit comments