Project
Ruby
Priority
Normal
Type
Feature
Fix versions
No Fix versions
State
Fixed
Assignee
Oleg Shpynov
Subsystem
Code Insight
Affected versions
No Affected versions
Fixed in build
108.101  
  • Created by   Darragh Curran
    5 years ago (13 Dec 2006 18:26)
  • Updated by   Darragh Curran
    4 years ago (03 May 2007 14:06)
  • Jira: RUBY-176
    (history, comments)
 
RUBY-176 basic autocomplete against methods defined in current class
3
Issue is visible to: All Users
  The issue is visible to the selected user group only
autocompletion against all the method names of the current file or class alone would help lots.

class MyClass
def abc_method
end

def xyz_method
ab<cusror>
end
end

eg Ctrl+Space at <cursor> should suggest 'abc_method'

Issue was resolved
Comments (2)
 
History
 
Linked Issues (?)
 
Nick Plante
  Nick Plante
30 Jan 2007 08:46
5 years ago
Maybe rcodetools (http://eigenclass.org/hiki.rb?rcodetools-0.5.0) could be integrated for code completion? Pretty awesome stuff, combined with IntelliJ as my IDE I think I'd be in Rails heaven... :p
Oleg Shpynov
  Oleg Shpynov
03 May 2007 14:06
4 years ago
Already done, now all the list of known symbols are shown.
Working on smart autocomplete.