473,396 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Any good editor for JS?

hsriat
1,654 Expert 1GB
I was working on TextPad till now and its just an ordinary editor, and I'm bored working on it.

I there any editor like Eclipse for JavaScript?
Mar 26 '08 #1
15 1598
gits
5,390 Expert Mod 4TB
try JSEclipse plugin for eclipse ... we always use it at work ... since we use eclipse for nearly everything that is coding related :) ... some use vi of course :)

kind regards
Mar 26 '08 #2
hsriat
1,654 Expert 1GB
try JSEclipse plugin for eclipse ... we always use it at work ... since we use eclipse for nearly everything that is coding related :) ... some use vi of course :)

kind regards
Is there any light weight independent editor which won't require Eclipse?
If not then I'll go for the one you referred.

Thanks & Regards,
Harpreet
Mar 27 '08 #3
gits
5,390 Expert Mod 4TB
sure ... it depends on your needs ... you could even try vim in case you just need syntax highlighting ... or the aptana ide ... which can be used as standalone or as an eclipse plugin ...

kind regards
Mar 27 '08 #4
hsriat
1,654 Expert 1GB
sure ... it depends on your needs ... you could even try vim in case you just need syntax highlighting ... or the aptana ide ... which can be used as standalone or as an eclipse plugin ...

kind regards
Thanks :)
I'll download one of these.

As far as syntax highlighting is concerned, TextPad does that, but I wanted something which can give me suggestion what do I have to type.

Like if I type document., it could suggest me
anchors[ ]
forms[ ]
getElementById( )
etcetera.

Thanks & Regards
Harpreet
Mar 27 '08 #5
gits
5,390 Expert Mod 4TB
for that i just know - aptana or jseclipse ... but i'm sure there are some other editors out there ... :)

kind regards
Mar 27 '08 #6
hsriat
1,654 Expert 1GB
for that i just know - aptana or jseclipse ... but i'm sure there are some other editors out there ... :)

kind regards
Thanks alot :)
I'm downloading Aptana.

Harpreet
Mar 27 '08 #7
iam_clint
1,208 Expert 1GB
microsoft visual interdev
notepad++
those are the 2 I use..
Mar 27 '08 #8
r035198x
13,262 8TB
microsoft visual interdev
notepad++
those are the 2 I use..
notepad++ has intellisence?
Mar 27 '08 #9
gits
5,390 Expert Mod 4TB
notepad++ has intellisence?
just had a look at the notepad++ homepage and it seems that you could extend it with plugins and then use ctrl+space for a kind of autocomplete/intellisense feature ...

kind regards
Mar 27 '08 #10
r035198x
13,262 8TB
just had a look at the notepad++ homepage and it seems that you could extend it with plugins and then use ctrl+space for a kind of autocomplete/intellisense feature ...

kind regards
Cool






































































.
Mar 27 '08 #11
pronerd
392 Expert 256MB
I there any editor like Eclipse for JavaScript?
Im a fan of jEdit. Its a Java based text editor that is geared towards all developers. It takes some getting used to, but after a while it can become very powerful.

There are hundreds of plug-ins for it to add features and support for all of the major programing languages so you only get the parts you need. I believe there is one for JS auto complete.


http://www.jedit.org/
Mar 27 '08 #12
hsriat
1,654 Expert 1GB
Im a fan of jEdit. Its a Java based text editor that is geared towards all developers. It takes some getting used to, but after a while it can become very powerful.

There are hundreds of plug-ins for it to add features and support for all of the major programing languages so you only get the parts you need. I believe there is one for JS auto complete.


http://www.jedit.org/
But again, would it provide suggestions (auto-complete) as you would type?


@r035198x
Don't waste the paper.(:D)
Mar 27 '08 #13
r035198x
13,262 8TB
But again, would it provide suggestions (auto-complete) as you would type?


@r035198x
Don't waste the paper.(:D)
Sorry about that. I'd lost my full stop.
Mar 27 '08 #14
pronerd
392 Expert 256MB
But again, would it provide suggestions (auto-complete) as you would type?
Yes. As I said.....
I believe there is one for JS auto complete.
Mar 27 '08 #15
hsriat
1,654 Expert 1GB
Yes. As I said.....
oh.. I over looked that.

Thanks :)
Mar 27 '08 #16

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Tomas | last post by:
Hi! I'm looking for a replacement for the standard interactive python shell. So far I've tried IPython and PyCrust. I liked both, but I'm not 100% happy with any of them. My main complaint about...
1
by: lovens weche | last post by:
Is there a good editor that can be used with a 32 bit compiler under the MS-Dos platform? I used to use the Watcom C++ 11 compiler but the editor that came with it (VI if I remeber) was not that...
20
by: Rick Cook | last post by:
I'm looking for a good (non-wysiwyg) editor for HTML and CSS. I want something that will help me produce non-dynamic pages with a minimum of excrescences (no, javascript, flash, etc.) in...
15
by: Jam Pa | last post by:
I would like to hear recommendations on good CSS editors. Personally, I would like a CSS editor with 'code-completion'. In effect, I would like to be able to see different properties and their...
3
by: Java script Dude | last post by:
I have still yet to see a JavaScript Editor that comes close to reading a good JS book, learing it and using it with a text editor. Anyway, here my recipe for build successfull DHTML...
3
by: TrvlOrm | last post by:
Hi There, Can any one please tell me where I can find a really good Free JavaScript Editor on the net? I am looking at either a evaluation copy (Free trial) or a really cheap but good editor...
10
by: kurtk | last post by:
Can someone recommend a good php editor? Beside syntax highlighting, I am looking for an editor that will allow me to do "block selection" (that is, copy from column, say, 5 to column 12 of several...
3
by: happy | last post by:
I am searching over the net for a Good C compiler that has good editor .. Tc 2.01 has bad editor . please advice me with aweb site for downloading the godd Editor C compiler NOT C++. Thanks
63
by: John Salerno | last post by:
I know there's a request for a good IDE at least once a week on the ng, but hopefully this question is a little different. I'm looking for suggestions for a good cross-platform text editor (which...
20
by: filox | last post by:
can anyone recommend any good editors for C++ (having in mind that i don't want to use MS visual studio)? you know, something that has syntax highlighting, and preferably something like...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.