source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
101 stars 164 forks source link

Editor: autocomplete does not follow alias #2907

Open martin-henz opened 2 months ago

martin-henz commented 2 months ago

The autocomplete in the playground editor currently ignores the "as name" suffixes that can be appended to imported names. Examples:

Screenshot 2024-04-08 at 9 09 46 AM Screenshot 2024-04-08 at 9 10 12 AM

I vaguely remember that this was working in the past, so I marked it as "regression".