Hello Lion
Hello Lion

Reputation: 31

NetLogo autocompletion with windows

Anyone know how to use the autocompletion in NetLogo with a windows system. I saw something like this in a video, he was using mac. The document said version after 6.0 support autocompletion

to setup clear-all

It supposes to be autocomplete suggestion after I type clear

Upvotes: 3

Views: 210

Answers (1)

geruter
geruter

Reputation: 386

Autocompletion is not triggered automatically: type the first letters of the command, than press CTRL + SPACE, and a dropdown menu will appear with command suggestions. Please check the screenshot below.

enter image description here

Upvotes: 4

Related Questions