You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing files with no proper LSP plugin support, no symbols appear in the outline panel. But the syntax parser can still work and identify fold positions appropriately. Hierarchy of the fold you are currently viewing are also displayed at the top of the document view, and this greatly aids navigation.
Unfortunately, when pressing Ctrl-F to bring up the Find dialog, the dialog obscures the fold hiearchy indicator. Therefore, I'd like to be able to move the Find dialog elsewhere, for example, the bottom of the document view.
The text was updated successfully, but these errors were encountered:
Fixesmicrosoft#238337
Add option to move the Find dialog to the bottom of the document view.
* Update `OverlayWidgetPositionPreference` enum in `src/vs/editor/browser/editorBrowser.ts` to include a new value `BOTTOM_CENTER`.
* Modify `FindWidget` class in `src/vs/editor/contrib/find/browser/findWidget.ts` to support positioning the Find dialog at the bottom based on the new configuration option.
* Adjust `_reveal` and `_hide` methods in `src/vs/editor/contrib/find/browser/findWidget.ts` to handle the new bottom position.
* Add CSS styles in `src/vs/editor/contrib/find/browser/findWidget.css` to handle the new bottom position of the Find dialog.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoft/vscode/issues/238337?shareId=XXXX-XXXX-XXXX-XXXX).
When editing files with no proper LSP plugin support, no symbols appear in the outline panel. But the syntax parser can still work and identify fold positions appropriately. Hierarchy of the fold you are currently viewing are also displayed at the top of the document view, and this greatly aids navigation.
Unfortunately, when pressing Ctrl-F to bring up the Find dialog, the dialog obscures the fold hiearchy indicator. Therefore, I'd like to be able to move the Find dialog elsewhere, for example, the bottom of the document view.
The text was updated successfully, but these errors were encountered: