Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelsavignano/vscode-ruby-symbols

Extension for Vs code, Search methods in ruby file.
https://github.com/miguelsavignano/vscode-ruby-symbols

vscode-extension

Last synced: 3 months ago
JSON representation

Extension for Vs code, Search methods in ruby file.

Awesome Lists containing this project

README

        

# Ruby Symbols

Search modules, class and methods in ruby files using vscode [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_go-to-symbol)

![vscode-ruby-symbols example](https://raw.githubusercontent.com/MiguelSavignano/vscode-ruby-symbols/master/images/demo.gif)

## Features

- Search modules, class and methods in ruby file.

## Requirements

## Release Notes

### 0.1.6

fix if the file contain begin blocks.

### 0.1.5

fix if the file contain before_validation, after_initialize, or some others blocks.

### 0.1.0

fix if the file contain One line if statement

### 0.0.1

---