schemely icon indicating copy to clipboard operation
schemely copied to clipboard

No completion for symbolic data

Open joseferminj opened this issue 14 years ago • 1 comments

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

joseferminj avatar Apr 10 '11 11:04 joseferminj

Also, it would be a plus to be able to auto-complete special characters, e.g. #\newline

rubenbarroso avatar Apr 11 '11 17:04 rubenbarroso