Code completion for Sketchup Ruby API
Does anyone 开发者_开发问答know of a program that has support for code completion for Sketchup Ruby API?
Here are some Ruby IDEs that have code completion:
- JetBrains RubyMine: http://www.jetbrains.com/ruby/
- NetBeans Ruby plugin: http://wiki.netbeans.org/Ruby
Unfortunately, it looks like you might need to do some work to get the Sketchup API symbols loaded into your IDE of choice. If I come across anything, I'll edit this answer.
You might also try posting to their mailing list to see if they have any ideas: http://groups.google.com/group/google-sketchup-developers
I found a code-completion addon for Notepad++. I added the SketchUp Ruby API methods to the Ruby code completion. Though I think it needs updating to support SU8's methods. I don't remember where I found it, but pretty sure it was somewhere on the SketchUcation forum: http://forums.sketchucation.com/ I'll post back if I find it.
精彩评论