문제

Eclipse 플러그인으로 사용할 수있는 최고의 JavaScript 편집기를 찾고 있습니다.나는 좋은 Spket을 사용하고 있습니다.그러나 더 나은 것이 있습니까?

도움이 되었습니까?

해결책

면책 조항, 저는 Aptana에서 일합니다.다른 곳에서는 쉽게 얻을 수없는 JS에 대한 몇 가지 멋진 기능이 있음을 지적합니다.하나는 CodeAssist, 샘플, 스 니펫을 제공하고 프로젝트에 라이브러리 파일을 쉽게 포함하는 JS 라이브러리의 플러그인 수준 통합입니다.YUI, jQuery, Prototype, dojo 및 EXT JS를 포함하여보다 일반적으로 사용되는 많은 라이브러리에 대한 플러그인을 제공합니다.

둘째, Jaxer라는 서버 측 JavaScript 엔진이있어 서버에서 JS 코드를 실행할 수있을뿐만 아니라 파일, 데이터베이스 및 네트워킹 기능을 추가하여 스크립팅 언어를 사용할 필요없이JS로 전체 앱을 작성할 수 있습니다.

다른 팁

Eclipse HTML 편집기 플러그인

저도이 완전히 명백한 질문으로 어려움을 겪었습니다. 요즘 이클립스에서 일어나고있는 모든 웹 개발에서 이것이 찾기가 매우 쉬운 기능이 아니라는 것은 미친 것처럼 보였습니다.

이클립스를 시작할 때마다 (기본적으로 포트 8000에서) 로컬 웹 서버를 시작한다는 사실과 이 기능을 비활성화 할 수 없습니다 . Adobe의 JSEclipse 포트는 이제 400Mb 플러그인으로 똑같이 미쳤습니다.

하지만 방금 Amateras에서 만든 이클립스 HTML 편집기 플러그인 은 제가 찾던 바로 그것이었습니다.

ebay에서 Vjet Javascript IDE 를 사용해보십시오 ( 설치 )

Ganymede's version of WTP includes a revamped Javascript editor that's worth a try. The key version numbers are Eclipse 3.4 and WTP 3.0. See http://live.eclipse.org/node/569

There once existed a plugin called JSEclipse that Adobe has subsequently sucked up and killed by making it available only by purchasing and installing FlexBuilder 3 (please someone prove me wrong). I found it to worked excellent but have since lost it since "upgrading" from Eclipse 3.4 to 3.4.1.

The feature I liked most was Content Outline.

In the Outline window of your Eclipse Screen, JSEclipse lists all classes in the currently opened file. It provides an overview of the class hierarchy and also method and property names. The outline makes heavy use of the code completion engine to find out more about how the code is structured. By clicking on the function entry in the list the cursor will be taken to the function declaration helping you navigate faster in long files with lots of class and method definitions

The new release of Eclipse (Helios) has an especific package for javascript web development. I haven't tried it yet, but it certainly worth a look.

Didn't use eclipse for a while, but there are ATF and Aptana.

Oracle Workshop for WebLogic (formally BEA Workshop) has excellent support for JavaScript and for visually editing HTMLs. It support many servers, not only WebLogic, including Tomcat, JBoss, Resin, Jetty, and WebSphere.

It recently became free, check out my post about it. Given that it was an expensive product not long ago, I guess it's worth checking out.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top