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

Improve selector suggestions #38

Open
LinqLover opened this issue Feb 22, 2021 · 0 comments
Open

Improve selector suggestions #38

LinqLover opened this issue Feb 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@LinqLover
Copy link
Contributor

Two related issues:

  1. When typing something like Transcript showln: #completio, symbols (here: #completion) are not suggested, but only class names.

  2. When typing something like 123<linebreak>#compareSafel, #compareSafely: is suggested correctly, but expanding it inserts placeholders for the arguments (___) even though the symbol was meant to be entered as a symbol indeed.

    (This example may also reveal another usage problem: In this example, I am taking notes in a syntax-highlighting workspace and actually would not expect to continue the expression from the first line in the second line - but unfortunately, this is how Smalltalk works ...) Anyway, I think when the symbol is prefixed with a hash, it should actually also be completed as a symbol.

Wdyt? As far as it concerns my personal usage, this area might be one of my (probably: the) most annoying behavior when working Autocompletion which I otherwise find great :-)

@LeonMatthes LeonMatthes added the enhancement New feature or request label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants