Just type the sentence “in a car or a boat”, you get “indexOf abs car ord abs boat”.
My suggestion: only the ENTER key should validate the code completion, not the SPACEBAR
Moderator: Moderators
I don't have that. But I have an empty auto-completion that I have to close with ESCAPE if no words are found while typing.the auto-completion dialog also pops up when you stop typing for (approximately) 3 seconds.
Code: Select all
[Designer]
CodeEditorFontName=Consolas
LastOpenedProject=C:\Omeganaut\Omeganaut.zgeproj
GuiLayout=0
CodeEditorFontSize=10
Scaling=100
LastOpenedPath=C:\Omeganaut\
Width=3456
Height=1408
IsMaximized=1
MruList=C:\Omeganaut\Omeganaut.zgeproj
LowerRightPanel.Height=801
LogPanel.Width=203
LeftPanel.Width=276
PackerProg={$toolpath}upx.exe
PackerParams={$exename}
CodeCompletionDelay=100
Style=Windows
AndroidSdkPath=C:\Android\android-sdk-windows
AndroidSdCardPath=/sdcard/
AndroidAntPath=C:\Android\apache-ant-1.10.15
AndroidKeystorePath=C:/Android/license/android.keystore
AndroidKeystoreAlias=TxoriUP
UseThreadedProcessing=1
CodeEditorFontName=
HelpComponentURL=https://www.zgameeditor.org/index.php/ComponentRef/
RemoveUnusedComponents=1In Visual Studio the IntelliSense dialog pops up as soon as you start typing ( if there's anything to suggest ). When there are still multiple possible suggestions, pressing the spacebar will close the IntelliSense dialog and add a space to the document. But when there's only one possible suggestion left, spacebar will actually insert the suggestion instead.