-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
No completion for symbolic data. It could be useful that the list of autocomplete suggestions includes all the symbolic data used in the current file. For example,
(define (attach-tag type-tag contents)
(if (equal? type-tag 'scheme-number)
contents
(cons type-tag contents)))
while editing another function, the sugesstion list should include 'scheme-number
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels