Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

rsense

A vy plugin that allows autocompletion for ruby using rsense.

Dependencies

rsense

https://github.com/rsense/rsense

requests

http://docs.python-requests.org/en/master/

Install

You can install rsense with:

gem install rsense

Then the python requests module:

pip install requests
# Ruby auto completion using rsense.# It is needed to start rsense daemon first. # Note: When first starting the daemon, it may take# some time for rsense to set up working.importrsense# Set here your rsense path in case it is not avaiable# in the environment.# rsense.RubyCompletion.PATH = 'path/to/rsense'# This is the port that the daemon will run.# rsense.RubyCompletion.PORT = 47367autoload(rsense)

About

Ruby autocompletion plugin for vy.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages