IDE for GoJS project

Sorry for silly question from newbie, but what IDE is most advisable for GoJS project ?

Thanks.
Petr

Whatever editor you are most comfortable with will work just fine. More generally, you could ask what popular JavaScript IDEs exist, though you’re bound to get hundreds more answers by asking a larger audience. See for instance this StackOverflow question on the topic.

I use Sublime Text, which contains syntax highlighting for JavaScript, HTML and CSS, and does a fairly good job of guessing auto-completions based on previously written code and open documents.

Visual Studio and Eclipse would both be fine, though most of the IDE features are not necessary for building JavaScript apps.