Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No completion for symbolic data #47

Open
joseferminj opened this issue Apr 10, 2011 · 1 comment
Open

No completion for symbolic data #47

joseferminj opened this issue Apr 10, 2011 · 1 comment

Comments

@joseferminj
Copy link

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

@rubenbarroso
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants