jEdit Community - Resources for users of the jEdit Text Editor
JavaScript Code Completion ?
Submitted by theWax on Friday, 2 July, 2004 - 10:30
Hi,
is there a way to get jEdit in *JavaScript mode* to give me code hinting (code completion).

oh man, i woul love to have that....

cheers,
w.
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
Not likely
by Anonymous on Tue, 13/07/2004 - 09:52
I doubt this is possible. Since JavaScript is 'loosely typed' it's not possible to know of what type a variable is in a certain part of the script without actually running it.

Example:

var s;
function myOtherFunction() {
s = "Not MyObject anymore";
}

function myFunction() {
s = new MyObject();

s.
// You'd probably expect a list of available methods
// for 'MyObject' here

function myOtherFunction();

s.
// There's no way of knowing that s has become a
// string without actually running the script.

}
 
well...ok. but if i type "do
by theWax on Wed, 28/07/2004 - 08:38
well...ok.
but if i type "document." it shouldn't be a problem to offer me a list with all available methods:

captureEvents()
close()
createAttribute()
createElement()
createTextNode()
getElementById()
...

if i type "new" i would like to get a list with the classes
Array()
Date()
...

this kind of stuff would be really helpful. there a many javascript developers out there and they are all looking for a clever editor....

thanx,
wax
 
Ooops
by Anonymous on Tue, 13/07/2004 - 09:55
Calling myOtherFunction should of course be done without 'function'.
User login
Browse archives
« November 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   101634
Context Free Art (*.cfdg)   0.31   46062
BBEdit scheme   1.0   18601
JBuilder scheme   .001   18502
ColdFusion scheme   1.0   18031
R Edit Mode - extensive version   0.1   17481
Advanced HTML edit mode   1.0   16213
Matlab Edit Mode   1.0   16075
jEdit XP icons   1.0   15236
XP icons for jEdit   1.1   14300