[ 15 posts ] Go to page 1, 2 Next

Brendan Vogt

  • Username: bioluminescence
  • Joined: Wed Oct 27, 2010 5:57 am
  • Posts: 76
  • Offline
  • Profile
Tags:

What software do you use to develop your YUI 3 websites?

Post Posted: Mon Nov 07, 2011 9:41 pm
+0-
I know this has nothing to do with YUI 3 but I would like to know what software you guys are using to develop your websites using YUI 3? I am using Visual Studio 2010 but it is not working that well. It doesn't always bring up all the properties like it should. What does Yahoo use?

I would like to hear as many opinions as possible.

Thanks.

K o v a c s

  • Username: Kovacs
  • Joined: Wed Feb 11, 2009 8:55 am
  • Posts: 100
  • Location: The Biggest Little City in the World
  • Offline
  • Profile

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Mon Nov 07, 2011 10:43 pm
+0-
I dunno what Yahoo! uses but take a look at Aptana Studio 3 (or 2) http://www.aptana.com/

Alberto Santini

YUI Contributor

  • Offline
  • Profile
Tags:

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Tue Nov 08, 2011 1:01 am
+0-
Hello Brendan.

I have been using Vim [1].

As former Aptana contributor, I second Kovacs's suggestion.

Regards,
IceBox

[1] https://github.com/albertosantini/vimfiles

Brendan Vogt

  • Username: bioluminescence
  • Joined: Wed Oct 27, 2010 5:57 am
  • Posts: 76
  • Offline
  • Profile

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Tue Nov 08, 2011 1:12 am
+0-
I have read a lot of bad reviews on Aptana. Is it really good software? What issues did you have with Aptana. Is it easy to import the latest version of YUI? Like 3.4.1?

Alberto Santini

YUI Contributor

  • Offline
  • Profile
Tags:

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Tue Nov 08, 2011 1:34 am
+0-
Hello Brendan.

As any IDE, you need to spend a bit of time to learn the powerful of the product.

I liked Aptana because it was based on Eclipse and the integration with YUI was embedded: at the moment it could be a viable option "Eclipse IDE for JavaScript Web Developers" package.

However, generally speaking, an IDE is not so flexible as an editor: you need to find a tradeoff between specific needs and the features of the IDE.

So your mileage may vary depending on your development life cycle and editing habits.
For instance, I have been developing only in js and not in php.

Maybe there are a few open issues, but I am sure Aptana guys will fix them.
In the old forum, before Appcelerator acquisition, I wrote 1000+ posts, contributing to the community.

I came back to Vim because there was a sort of product "lock" between Eclipse, Aptana plugin and YUI releases. I prefer the Vim freedom and I consider vi mode as my alma mater. :)

Regards,
IceBox

Brendan Vogt

  • Username: bioluminescence
  • Joined: Wed Oct 27, 2010 5:57 am
  • Posts: 76
  • Offline
  • Profile

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Tue Nov 08, 2011 1:37 am
+0-
Thanks. I just need it for JavaScript, AJAX/JSON and HTML, nothing more. I will then copy and paste the JS code into my Visual Studio web application.

Juan Ignacio Dopazo

YUI Contributor

  • Username: jdopazo
  • Joined: Fri Oct 02, 2009 5:39 am
  • Posts: 620
  • Location: Buenos Aires, Argentina
  • Twitter: juandopazo
  • GitHub: juandopazo
  • Gists: juandopazo
  • Online
  • Profile

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Tue Nov 08, 2011 7:48 am
+0-
I don't think you'll find any IDE that does YUI3 code completion.

I've been using Aptana3 but I'm finding it less useful by the day. For JavaScript in general JetBrains WebStorm is doing better, but it's not free software. The state of JavaScript tools in general is pretty bad.

Vim and TextMate can be made into decent JS editors by using DoctorJS.

Jeff Craig

YUI Contributor

  • Username: foxxtrot
  • Joined: Thu Dec 04, 2008 9:20 am
  • Posts: 135
  • Location: Pullman, WA
  • Twitter: foxxtrot
  • GitHub: foxxtrot
  • Gists: foxxtrot
  • IRC: foxxtrot
  • YUI Developer
  • Offline
  • Profile

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Tue Nov 08, 2011 7:51 am
+0-
Brendan, what about VS isn't working? Is it just the lack of IntelliSense? Until recently, I did quite a bit of YUI work in VS2010.

If the lack of IntelliSense is the problem, I don't have a good solution for that. Visual Studio's IntelliSense system doesn't necessarily work really well with YUI's module system, in that it could expose properties and methods that aren't available in your 'use' statement. If it's something else, I'd be really interested in hearing it.

These days, I work almost exclusively in vim.

Brendan Vogt

  • Username: bioluminescence
  • Joined: Wed Oct 27, 2010 5:57 am
  • Posts: 76
  • Offline
  • Profile

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Tue Nov 08, 2011 9:07 pm
+0-
Hi Jeff,

Yes I don't always see the properties and methods that I know should be there. So I am looking for and IDE or editor that can show me all the stuff that I need to see when I type in the . (dot). In otherwords, intellisense.

Eric Ferraiuolo

YUI Developer

  • Username: ericf
  • Joined: Mon Jan 12, 2009 8:26 pm
  • Posts: 380
  • Location: Boston, MA
  • Twitter: ericf
  • GitHub: ericf
  • Gists: ericf
  • IRC: eric_f
  • YUI Developer
  • Offline
  • Profile
Tags:

Re: What software do you use to develop your YUI 3 websites?

Post Posted: Tue Nov 15, 2011 10:36 pm
+0-
There is our editor-extras project which has adds syntax highlighting for Vim and TextMate. I personally have been using Sublime Text 2 and it can import TextMate syntaxes.

https://github.com/yui/editor-extras
  [ 15 posts ] Go to page 1, 2 Next
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum