History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RUBY-176
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Oleg Shpynov
Reporter: Darragh Curran
Votes: 3
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Ruby

basic autocomplete against methods defined in current class

Created: 13 Dec 06 17:26   Updated: 03 May 07 13:06
Component/s: Code Insight
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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'



 All   Comments   Work Log   Change History      Sort Order:
Nick Plante - 30 Jan 07 07:46
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...

Oleg Shpynov - 03 May 07 13:06
Already done, now all the list of known symbols are shown.
Working on smart autocomplete.