Hi there,
I’d like to suggest a feature that could significantly improve the coding experience in NetLogo: intellisense/autocompletion in the Code tab.
Features that would be incredibly useful include:
- Autocompletion for NetLogo primitives and custom procedures
- Parameter hints for built-in commands and reporters
- Real-time syntax suggestions and error highlighting
- Hover tooltips with brief descriptions or links to documentation
This would be especially helpful for beginners learning the language, as well as for more advanced users working on larger models or using extensions. Even basic autocomplete support would make a big difference in usability and development speed.
It would also be great to have a VS Code extension offering similar functionality. I hope to work on something like this in the future.
Thanks for your time and for all the work on NetLogo 7!