NEURON editing environment (visual studio)

The basics of how to develop, test, and use models.
Post Reply
pfre017
Posts: 1
Joined: Thu Aug 06, 2009 10:25 am

NEURON editing environment (visual studio)

Post by pfre017 »

Hello people

I am new to NEURON, but 'old' to programming (c# in visual studio environment).

Is there a NEURON (Hoc) editor that has intellisense? Or could someone recommend a good editor.

regards,
pete
ted
Site Admin
Posts: 6286
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: NEURON editing environment (visual studio)

Post by ted »

For hoc, pick whatever programmer's editor you like. A fair approximation to syntax highlighting can be had by telling the editor to use C syntax highlighting. You might also search the Forum for programmer's or programming editor, and for syntax highlighting.

Those who use Python as NEURON's interpreter can choose from a wide variety of Python editors, not to mention environments including IPython and others too numerous to mention.
Post Reply