Add floating picker window for Goto Definition with multiple results#1913
Closed
Add floating picker window for Goto Definition with multiple results#1913
Conversation
Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/970d2592-55a2-44c5-bd37-c3fc9baa77f4 Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
…dow level Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/970d2592-55a2-44c5-bd37-c3fc9baa77f4 Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
…results window Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/b57213ac-3397-4e6e-a075-bc0c6c065d5b Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
…ership Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/b57213ac-3397-4e6e-a075-bc0c6c065d5b Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
RobertvanderHulst
May 1, 2026 14:54
View session
…ed. Added methods to XProject that return multiple functions.
…; use CrispImage for tree icons Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/66420f9b-d1a6-4c04-8928-fc5f4ebe4705 Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
…ntrol and AnalysisClasses Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/e07732be-3319-43f9-a8b3-753229c8a572 Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
…xtension method Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/5a7c76a7-f084-4a3c-ab78-99f4cac72825 Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
…ageService projects Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/aa358ee7-ebe3-4870-adc8-6a5b06f2c9d4 Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
- Replace CtorParamsDlg (WinForms Form) with WPF Window + XAML - Replace XSharpSpecialOptions (WinForms Form) with WPF Window + XAML - Replace all 6 options controls (WinForms UserControls) with WPF UserControls + XAML - Rewrite XSUserControl as WPF UserControl base with reflection-based data binding - Rewrite XSDialogPage as UIElementDialogPage (instead of DialogPage) - Update ConstructorAction.cs to use WPF ShowDialog() bool result - Remove all Designer.cs and .resx files for converted controls - Update LanguageService.csproj and LanguageService2022.csproj accordingly Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/0bde006f-4188-47d1-bf82-636e97a44b8b Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
Copilot stopped work on behalf of
RobertvanderHulst due to an error
May 2, 2026 14:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CtorParamsDlgto WPF Window with ImageMonikers (XAML + code-behind, Designer.cs deleted)XSharpSpecialOptionsto WPF Window (XAML + code-behind, Designer.cs deleted)XSUserControlas WPFUserControl(walkLogicalTreeHelper, handle WPF CheckBox/TextBox)XSDialogPage<T,U>usingUIElementDialogPage(overrideChildinstead ofWindow)CompletionOptionsControlto WPF XAML UserControlFormattingOptionsControlto WPF XAML UserControlGeneratorOptionsControlto WPF XAML UserControlIndentingOptionsControlto WPF XAML UserControl with ObservableCollection + WPF RichTextBoxIntellisenseOptionsControlto WPF XAML UserControlOtherOptionsControlto WPF XAML UserControlConstructorAction.csto use WPFShowDialog() == true.csprojfiles: swap EmbeddedResource/Compile entries for Page/Compile, removed Designer.cs references