x


Ease of Programming help!

Hello everyone!

Sorry that the title isn't as descriptive as I usually try to make, but I don't really know how to phrase the question. I am currently programming in JavaScript, using the built in Unity editor to work on my scripts.

What program, preferably free, would you guys recommend I use? I want something that can auto complete my code and make it easier to find bits of code. Right now the Unity interface for editing allows me to auto-complete words that I had already type, but I want something where if I type 'Time.' it will give me a little drop down list of all the different things I could put in that situation.

I hope this makes sense, and thanks!

more ▼

asked Mar 04 '11 at 04:44 PM

Bob5602 gravatar image

Bob5602
608 15 17 29

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

MonoDevelop comes with unity as well, but isn't set up as the default editor.

I would set that to the default script editor in preferences (The install is in the unity editor install location), and then you'll have code completion

more ▼

answered Mar 04 '11 at 04:47 PM

Mike 3 gravatar image

Mike 3
30.5k 10 65 252

OOO I did not know that. Wonder why its not set to default. I'll give that guy a shot!

Mar 04 '11 at 04:51 PM Bob5602

Not entirely sure, but it works pretty well for both c# and js, so a nice editor all around.

Mar 04 '11 at 05:52 PM Mike 3

I tried it, but sadly it did not go as well as I had hoped. While it auto-completes some words, its not all. For instance, it would autocomplete Vector3, but then when I wanted to add .forward, it has no completion. Also, my variable names do not get auto-completed anymore. Switched back to normal editor :(

Mar 07 '11 at 01:53 PM Bob5602

Make sure that you sync your project with monodevelop (right click a script file > Sync with monodevelop). If you don't do this, it won't update the autocompletion properly. At my end Vector3. brings up a list of stuff, forward included, and my variables autocomplete just fine

Mar 07 '11 at 10:25 PM Mike 3

That makes sense! I thought there might be an issue with some kind of syncing, but didn't know how it worked. Thanks!

Mar 08 '11 at 02:27 PM Bob5602
(comments are locked)
10|3000 characters needed characters left

Unify has a few how-to about setting up Visual Studio, Dreamweaver, NotePad++ or some other editors with IntelliSense.

Unify Community: #Text_Editors_and_Development_Tools.

more ▼

answered Mar 04 '11 at 05:22 PM

by0log1c gravatar image

by0log1c
2.1k 6 9 18

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3446
x89
x84
x37

asked: Mar 04 '11 at 04:44 PM

Seen: 752 times

Last Updated: Mar 04 '11 at 04:44 PM