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
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,
while editing another function, the sugesstion list should include 'scheme-number