Skip to content

Commit 50d3653

Browse files
committed
Enable ctrl+space auto-completion (more useful now that auto-complete can complete partial names, globals, etc.)
1 parent 5907384 commit 50d3653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonConsoleControl/PythonConsole.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public bool DisableAutocompletionForCallables
5454
}
5555
}
5656

57-
bool allowCtrlSpaceAutocompletion = false;
57+
bool allowCtrlSpaceAutocompletion = true;
5858
public bool AllowCtrlSpaceAutocompletion
5959
{
6060
get { return allowCtrlSpaceAutocompletion; }

0 commit comments

Comments
 (0)