#Is there a way to cycle through the auto complete suggestions on godot (without arrow keys)?

4 messages · Page 1 of 1 (latest)

dim grove
#

As the title states, is there a way to cycle through the auto complete suggestions on godot (without arrow keys)? I know on VS Code you can use ctrl + n to go to the next suggestion and ctrl + p for previous suggestion but i dont see any way on godot's built in script editor

soft solstice
#

im not sure, but you can use vscode instead of godot's script editor if thats an option for you

dim grove
#

I have been but sometimes changes I make in vscode are not reflected in godot (when i open the script in godot while troubleshooting) and then I have to transfer my changes from vscode to godot and it's just a tad bit annoying

#

also thanks for the reply