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

Key: RUBY-1437
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Oleg Shpynov
Reporter: Russ Rollins
Votes: 0
Watchers: 0
Operations

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

Complete Code should support Structs

Created: 27 Feb 08 19:56   Updated: 27 Feb 08 19:56
Component/s: Editing
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: OSX 10.5.2

Build: 7
Severity: Medium


 Description  « Hide
It'd be helpful to have support for completing code when editing Struct instances. Consider the following example:
SimpleExample = Struct.new(:first,:last,:second,:none)
 exampleinaction = SimpleExample.new("a","b","c","d")
 
 exampleinaction.first = "can't"
 exampleinaction.last = "autocomplete"
 exampleinaction.second= "these"
 exampleinaction.none = "attribute assignments"


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.