Skip to content

eandrejko/RSense.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Bundle brings rudimentary support for RSense (cx4a.org/software/rsense/index.html) code completion to TextMate. This Bundle is currently very simple, but working and likely to change in the near future.

RSense.tmbundle uses the command line interface to RSense and has the same requirements as RSense: cx4a.org/software/rsense/manual.html#Requirements . In particular a working JRE must be installed.

cd ~/Library/Application\ Support/TextMate/Bundles/
git clone http://github.com/eandrejko/RSense.tmbundle.git

Complete the name of a method using Ctrl + Esc. The method completion is content-aware:

module MyModule
  def self.foo(a)
    a.to_s.upcase
  end
end

MyModule::foo("bar").st

with the caret at the last position would offer completions “strip”, “strip!” and “start_with?”.

Rsense.tmbundle is distributed under the terms of GPLv3.

About

A TextMate Bundle for RSense code completion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors