Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: alec92 on October 15, 2018, 05:57:54 AM

Title: Squirrel development environment
Post by: alec92 on October 15, 2018, 05:57:54 AM
Hi,
I just wondering what kind of development environment you guys using for squirrel?
Ide or some debugging tricks would be nice.
Title: Re: Squirrel development environment
Post by: zpaolo11x on October 15, 2018, 06:22:40 AM
I just use Visual Studio Code with Squirrel Language Highlight extension by Richard Bowker, and Shader languages support by slevesque. I always run attract from the console and mostly use "print" commands for basic debug. Not the best but it works.
Title: Re: Squirrel development environment
Post by: keilmillerjr on October 15, 2018, 07:46:24 AM
I am currently using the Atom.io code editor. It’s multi platform. Use terminal on Mac, cd to the bin folder within the app package, and execute the bin or launch script directly. It eliminates some errors that have happened on Mac platform. Check out debug plugin. Comes in handy.
Title: Re: Squirrel development environment
Post by: iOtero on October 15, 2018, 08:32:54 AM
Notepad++ with squirrel highlighter plugin...
Title: Re: Squirrel development environment
Post by: alec92 on October 15, 2018, 08:45:49 AM
Thanks for suggestions guys.
I found a Itellij Idea squirrel plugin - its functionality is limited though.
So I guess using AM as a shell and AM console as a output is a way to go!