Atmel (Arduino CPU) has a product, Atmel Studio 6.2, that uses Visual
Studio. You can install it and try it, if you have the time, it takes
forever to start and their attempt at a 'Wizard' is only a sales tool to
market eval. boards. They were using Eclipse and out of the blue came up
with with this product. I can only guess that they figured to create
something really simple like the Arduino IDE for writing assembly code.
I have been using Eclipse for embedded processors but before that it was
Ultra Studio, before that it was Brief, none of those will work with Julia.
I tried Julia Studio and like it, the packages are on the left, the output
console has a clear button and the editor works for me using AsuType for
keystroke processing. When they have compiler support I'll look at using
Ultra Studio or Eclipse but until then this works.
On Thursday, November 27, 2014 8:37:24 PM UTC-7, Pileas wrote:
>
> I am experimenting a bit with different text editors and IDEs.
>
> So far I have been quite happy with Atom editor, but there you need to
> always use the command line to execute the code (I have installed a
> `terminal` package that calls the bash quite quickly in Atom).
>
> I was wondering if there is a package or something for Julia that we can
> install so that Visual Studio recognizes the language, like the one that
> exists for Python.
>
> I believe that this may help a lot in the debigging as well, since it will
> be easier to see and will save some time.
>