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

vyapp/rsense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

import rsense
# 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 = 47367
autoload(rsense)

About

Ruby autocompletion plugin for vy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published