i am a newbie to Ext JS..i want to use it with Rails.. I am using RubyMine 3.1...What do i need to do if i want to use Ext JS with RubyMine 3.1?? thank u in advance...
First you should use debug version with comments of Ext JS , such as ext-all-debug-w-comments.js, and you can put file in project or use javascript library Second you should adjust bin/idea.properties in RubyMine Install dir, change as following: idea.max.intellisense.filesize=3600 That's all. Code completion and navigation for Ext JS will be available. :)
First you should use debug version with comments of Ext JS , such as ext-all-debug-w-comments.js, and you can put file in project or use javascript library
Second you should adjust bin/idea.properties in RubyMine Install dir, change as following:
idea.max.intellisense.filesize=3600
That's all. Code completion and navigation for Ext JS will be available. :)