ruby-api-stubs icon indicating copy to clipboard operation
ruby-api-stubs copied to clipboard

Auto-generated stubs for the SketchUp Ruby API. Useful for IDE intellisense and auto-complete.

Results 8 ruby-api-stubs issues
Sort by recently updated
recently updated
newest added

Used a very recent version of Tools/sketchup.rb I noticed that `add_separator_to_menu` was deprecated...

It was not clear to me what is subtracted from what, and which method (subtract/trim) is non-desctructive. - Fix order of subtraction: When I subtract this from arg, it should...

The example of the method `Sketchup::Entities#intersect_with` was not helpful for understanding how this rather complex method works. - I added a working example - clearer description - reordered arguments to...

**Missing API Documentation Images** The following images are missing from the `"images"` subfolder of the stubs repo. * `"entities-builder-grid-example.png"` * `"face-uv-tile-at.png"` (I had to manually copy them off the web...

bug

**Q: What will RBS files bring to IDEs or the API documentation ?** I've noticed your producing RBS definitions for the Ruby APIs. I'm wondering what will this do the...

question

#### Stubs Documentation Issue **`Documentation.md` file still say Trimble accepts PRs to the stubs repo**, _viz:_ > We accept improvements to the API documentations via Pull Requests to the https://github.com/SketchUp/ruby-api-stubs...

Related: https://github.com/lsegal/yard/issues/1187#issuecomment-641471693 It appear that with VSCode and Solargraph the stubs are not always available. It appear that YRI doesn't always trigger upon installing the gem. Is this related to...