Page MenuHomeFeedback Tracker

Script editor: improve autocomplete behaviour.
Reviewed, NormalPublic

Description

Would be nice if autocomplete will:

  1. close all kind of brackets, not only curly;
  2. close quotes and double quotes;
  3. wrap selected text if quotes or brackets pressed instead of replacing;
  4. suggest entities(classes, methods, vars) from current file in first place;

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
class ScriptingTest
{
	protected string m_message = "Hello World";
	
	void Print()
	{
		PrintString(m_message);
	}
}

Scrip

Suggests ScriptCTX ScriptModel ScriptWizard... instead of ScriptingTest

Event Timeline

severgun created this task.May 21 2022, 8:29 PM
Geez changed the task status from New to Reviewed.May 24 2022, 12:01 PM
TeaRex added a subscriber: TeaRex.Nov 6 2023, 5:00 PM
Sen added a subscriber: Sen.Nov 7 2023, 12:11 AM