mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-14 07:37:06 +08:00
Add namespace autocompletions, some adjustments to autocomplete logic
This commit is contained in:
@ -243,6 +243,8 @@ namespace UnityExplorer.UI.CSConsole
|
||||
}
|
||||
|
||||
HighlightVisibleInput();
|
||||
|
||||
UpdateCaret(out _);
|
||||
}
|
||||
|
||||
public static void Update()
|
||||
@ -260,7 +262,8 @@ namespace UnityExplorer.UI.CSConsole
|
||||
|
||||
if (!settingCaretCoroutine && EnableSuggestions && caretMoved)
|
||||
{
|
||||
Completer.CheckAutocompletes();
|
||||
AutoCompleteModal.Instance.ReleaseOwnership(Completer);
|
||||
//Completer.CheckAutocompletes();
|
||||
}
|
||||
|
||||
if (EnableCtrlRShortcut
|
||||
|
Reference in New Issue
Block a user