简单的JavaScript IDE [英] Simple JavaScript IDE

查看:120
本文介绍了简单的JavaScript IDE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是JavaScript新手,我想使用简单的基于Windows的IDE练习我的技能。在学习的同时我不想使用任何CSS或HTML。我想尽可能有单色步进,突出显示和语法检查。

I am brand new to JavaScript and I would like practice my skills using a simple windows based IDE. While learning I do not want to use any CSS or HTML. I would like if possible to have colour single stepping, highlighting and syntax checking.

所以例如你可以输入你的函数,调用它并收到结果

So for example you could type in your function(s), call it and receive the result

function squareNumber(x) {
  return x*x;
}

squareNumber(5)

25

我想要比Internet Explorer控制台更好的东西。

I would like something better than the Internet Explorer console.

推荐答案

使用此IDE结束,因为我可以运行它在低功耗笔记本电脑上。免费版

Ended up using this IDE as I could run it on a low powered Laptop. Free Version

http://brackets.io/

微软还提供免费产品,Visual Studio 2015称为Visual Studio Code,也可以在Mac和Linux上运行。仅使用它一天,但它在我的低功耗平板电脑上运行良好。

There is also a free offering from Microsoft with Visual Studio 2015 called "Visual Studio Code" runs on Macs and linux too. Only used it for a day but it work great on my low powered tablet.

https://code.visualstudio.com/

这篇关于简单的JavaScript IDE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆