Table of Contents
回复内容:
Home Web Front-end H5 Tutorial Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?

Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?

Jun 07, 2016 am 08:41 AM
css html ide javascript mac

刚接触OS X,打算在Mac上自学HTML+JavaScript+CSS,因为对两者都不是很了解,请有经验的开发者推荐相关的IDE,先说声谢谢了。

回复内容:

必须回答了!
推荐Adobe前端神器Brackets!
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?就是这货
说他是神器,那么神奇在哪里呢?
首先这款软件突出一个简洁,作为专门用来web开发的ide,她没有那些花里胡哨的功能,让使用者专注于开发本身。
其次她的核心功能就是减少网页设计中那些低效率的重复活,例如不断地网页刷新,来回切换标签来修改css以及搜索替换等等功能
如下图,在我们修改代码的时候,通过编辑器生成的网页会同时变化,减少刷新的重复工作
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?把光标放在一个class或id属性的标签名称上,按下Cmd + E(“编辑”)或退出编辑。Brackets将搜索项目下所有CSS文件,可以让你迅速修改CSS代码,提示功能也做得非常棒
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?Javascript也可以同样方式编辑!

Brackets拥有一个不断扩展的插件库,你甚至可以在其中发现Emmet等等神插件


还有其他非常多方便的小功能,Brackets是我认为用过的最好的Web前端开发IDE,完爆Sublime(当然只是在web开发上)


附上一个官方地址Brackets - A modern, open source code editor that understands web design.

p.s.喜欢就请点个赞吧~ 国产免费hbuilder
国外付费webstorm,有php技能的可以phpstorm 看到没人推荐Webstorm,我就屁颠屁颠跑来推荐有史以来最强大的前端IDE Webstorm 。
========================我是严肃的分割线=======================
获得30个赞了,我来详细说明一下webstorm哪里好了。
1. 集成Emmet,Sublime需要安装插件,其他编辑器不知。
2. 自带版本控制。有一次我把一个改好的文件svn revert了,蠢哭,如果是sublime可能就没有办法找回来了,可是webstorm可以:
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE? Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?3. 说到版本控制,他集成了svn和git的插件,不用再切入到terminal下面敲命令了,如果实在喜欢敲命令,webstorm也集成了terminal。
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE? Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?4. 大家再看上图,滑动条上面集成了lint,如果你少了一个逗号,你这个本地变量没有用到,忘记声明之类的巴拉巴拉。
5. 至于Brackets的亮点实时刷新,使用livereload.js就可以,不过我一般用chrome workspace写css。
6. 多种格式的文件支持,jsx
jsx格式switch之前
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?switch之后:
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?Image格式的代码也可以直接查看:
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?
7. 格式化代码,反正我经常用到。顺便一说设置的查找也很贴心。
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?8. 支持大部分主流库的API提示。

9. 参数提示,很爽 Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?10. 方便看到哪里修改了,修改之前的是什么样
Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?
(想到再补充) vim sublime text 吧。 当然是 Sublime 啊,当然 Vim 还是需要学一下的。 IDE的话 WebStorm还是很推荐的,之后学Node.js也非常方便,总比用Chrome Debug方便多了。

如果只想编辑器,就像很多人说的那些用Sublime Text吧,或者Atom也行(为什么编辑器变成了IDE…) Mac OS X 上学习HTML+JavaScript+CSS有哪些可以推荐的IDE?
webstorm,你值得拥有,可以直接在上面写node.js 这个跟系统有毛线关系,真心想学拿个txt都能编!!!!
好吧,说正经的,我推荐Brackets,Mac和Windows都能使用,装些插件以后妥妥的。
附链接Brackets - A modern, open source code editor that understands web design. 编写HTML、CSS、JS用不上什么IDE,用文本编辑器就很合适,推荐Sublime Text
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to use bootstrap in vue How to use bootstrap in vue Apr 07, 2025 pm 11:33 PM

Using Bootstrap in Vue.js is divided into five steps: Install Bootstrap. Import Bootstrap in main.js. Use the Bootstrap component directly in the template. Optional: Custom style. Optional: Use plug-ins.

The Roles of HTML, CSS, and JavaScript: Core Responsibilities The Roles of HTML, CSS, and JavaScript: Core Responsibilities Apr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

How to write split lines on bootstrap How to write split lines on bootstrap Apr 07, 2025 pm 03:12 PM

There are two ways to create a Bootstrap split line: using the tag, which creates a horizontal split line. Use the CSS border property to create custom style split lines.

Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

How to set up the framework for bootstrap How to set up the framework for bootstrap Apr 07, 2025 pm 03:27 PM

To set up the Bootstrap framework, you need to follow these steps: 1. Reference the Bootstrap file via CDN; 2. Download and host the file on your own server; 3. Include the Bootstrap file in HTML; 4. Compile Sass/Less as needed; 5. Import a custom file (optional). Once setup is complete, you can use Bootstrap's grid systems, components, and styles to create responsive websites and applications.

How to resize bootstrap How to resize bootstrap Apr 07, 2025 pm 03:18 PM

To adjust the size of elements in Bootstrap, you can use the dimension class, which includes: adjusting width: .col-, .w-, .mw-adjust height: .h-, .min-h-, .max-h-

How to insert pictures on bootstrap How to insert pictures on bootstrap Apr 07, 2025 pm 03:30 PM

There are several ways to insert images in Bootstrap: insert images directly, using the HTML img tag. With the Bootstrap image component, you can provide responsive images and more styles. Set the image size, use the img-fluid class to make the image adaptable. Set the border, using the img-bordered class. Set the rounded corners and use the img-rounded class. Set the shadow, use the shadow class. Resize and position the image, using CSS style. Using the background image, use the background-image CSS property.

How to use bootstrap button How to use bootstrap button Apr 07, 2025 pm 03:09 PM

How to use the Bootstrap button? Introduce Bootstrap CSS to create button elements and add Bootstrap button class to add button text

See all articles