Is there a way to run JavaScript code inside Aptana Studio 3 IDE?

前端 未结 5 2570
感情败类
感情败类 2021-02-20 10:53

I created a Test.js file and wrote two lines of JS code in it:

var a = 5;
console.log(\"The result is = \" + a);

The output should be:

5条回答
  •  伪装坚强ぢ
    2021-02-20 11:20

    It's not exactly what you asked, but it might point you in the right direction. There's a project called EclipseMonkey ... I'm not sure the status. Here's a working (?) example. Your mileage will vary. http://blogs.edgehill.ac.uk/webservices/2008/10/16/aptana-outline-auto-expansion-monkeyed/

提交回复
热议问题