vscode-ruby-symbols icon indicating copy to clipboard operation
vscode-ruby-symbols copied to clipboard

Extension for Vs code, Search methods in ruby file.

Results 11 vscode-ruby-symbols issues
Sort by recently updated
recently updated
newest added

If a comment inside a method begins with `if`, the outline and breadcrumb views of symbols is incorrect ```rb class MyClass def method_1 # if in a comment end def...

The isAClassBlock, isAMethodBlock, etc. methods have a regex test that hits false positives which cause the GoTo definitions to not work. Ex: ```ruby def foo css_class = 'test' end ```...

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies

Bumps [ms](https://github.com/vercel/ms) to 2.1.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.3 Release notes Sourced from ms's releases. 2.1.3 Patches...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 5.0.1 Commits 9f49616 5.0.1 cdc3188 don't load the whole...

dependencies

Currently, building this extension isn't possible due to some errors. Changes made in this PR will fix the repository to be able to build the extension again.

`npm install` fails without it, on the postinstall script.

Would it be possible to adjust ruby-symbols to recognize multiple nest-ends being on one line? if something then if somethingElse then doSomething() end end Thanks!

Helper methods (in app/helpers/) and [ViewComponents](https://github.com/github/view_component) (in app/components/..) are not found with this extension. Is there any way to fix that?

Textmate has a Find Symbol In File also but one difference is that I can search "cool_" and "cool[space]" and they both mean the same thing. The space and underscore...