RubyMine Sketchup low priority Needs submission
-
I have just started to use this IDE for the nameset web dialog code. I am far from a seasoned coder so if anyone is familiar with RubyMine I would be grateful for some guidance. For example, after inspecting the project I get these warnings:
It seems I need to do something to get RM to acknowledge the SU Ruby API? Is that right? And if so how?
Thanks
-
I asked the same question in the RubyMine Forum.
-
Here's the latest reply which I can just about understand.
@unknownuser said:
Unfortunately Sketchup API is hidden in compiled C library thus RubyMine doesn't understand it. RubyMine is able to parse only libraries written in Ruby + standard C-based Ruby interpreter core libraries. Please submit an issue at http://youtrack.jetbrains.net/issues/RUBY. It is possible to create/generate ruby stubs for Scetchup (similar which RubyMine uses internally for codeinsight related to Ruby core libraries) and it isn't too hard. At current moment this is a low priority issue and only a few users asked us to implement it.
I am not sure I am the right person to submit an issue. Please let me know if you are willing to take it on.
Advertisement