Front-end development involves dealing with JavaScript, CSS, and XHTML. I have been writing code for 10 years, used several development tools, and used FrontPage (Microsoft Expression web) when I didn't write code at first ). The advantage of FrontPage is that it has powerful visualization functions. After all, Microsoft started out as a visual interface. hand-drawn tables are a great experience. Unfortunately, it does not provide much support for CSS. Too much redundant code is generated, and a lot of inline CSS is often compiled by itself, which is a headache.
Later I learned to write CSS and JavaScript and used Dreamweaver. In general, Dreamweaver is a relatively good personal development tool that is suitable for the use of lone ranger. Its code prompt function is very useful. The formatting function is also very good.
However, for team development, Dreamweaver is much worse. If SVN, VSS, and git are not supported, it is enough. In addition, it is difficult to insert personalized comments automatically. Every time you write a function, you must manually comment on the function.
As a result, it took a while to study various common editors, such as Eclipse and Zend studio. These two editors are actually one thing, with the advantage that custom formatting is very powerful and supports custom code annotations. The disadvantage is that they are all developed for backend programmers and CS programmers. The formatting support for XHTML code is a waste.
I have tried phpstorm and webstorm. The custom formatting and annotation functions are both powerful, but the disadvantage is that they are all in English. Although our English is good, other people in the team cannot use it.
Finally, we found Aptana, an open-source free editor. Aptana is based on ecplipse and supports custom code formatting and user-defined comments. Code prompts are also very helpful. But like phpstorm and webstorm, there is no Chinese version. Is it swollen? Old man looks at the Aptana interface and eclipse is very similar, so he wants to try to use the Chinese method of eclipse to perform local localization of it .. Here we will share with you.
First, run the "help"-"install new software" command ,.
In the install dialog box that appears, click Add ,.
In the "add repository" dialog box that appears, enter "name" at will, and then enter the "Custom" package download path of eclipse 3.6 in the "location" text field ,.
Wait a moment. The "pending..." will be displayed in the "Install" dialog box, indicating that Aptana is downloading the file list from the server ,.
My network is a 4 M Telecommunications DSL, and the speed is not fast. It takes about 10 minutes. Maybe sometimes people may break out and get results in 2 minutes. At this time, you can have a cup of tea and go to the toilet.
After drinking tea? Almost. After the list box is updated, click [Babel Language Pack in Chinese (simplified)], and then click [next ,.
After finishing the progress bar, click Next in the update dialog box ],.
Click the eclipse Foundation Software User agerement option in the list box on the left, select I accept the terms of the licence agreement on the right, and click Finish ,.
After a long download, restart Aptana to complete localization ,.
Finished bird. The old man is about to hold the corpse. The next day, I am free to write the advantages and disadvantages of various development environments and the skills for writing code.