Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/miguelsavignano/vscode-ruby-symbols
- Owner: MiguelSavignano
- License: mit
- Created: 2017-01-29T19:04:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T00:51:37.000Z (about 2 years ago)
- Last Synced: 2023-02-28T21:21:54.003Z (almost 2 years ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage:
- Size: 335 KB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
---