|
Workspace>>completionAdditionals "return the local variable definition of the workspace as information for the completion algorithm." | additionals | additionals := SortedCollection new. bindings ifNotNil: [ bindings keysDo: [ :each | additionals add: (NECLocalEntry contents: each type: #local) ] ]. ^ additionals
additionals need to get entries from the Playground (the old workspace did it like this -- see method above)
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|