Being-Zero / mentorpick-issues

0 stars 0 forks source link

Remove autocomplete prompts #32

Open hm32005 opened 2 months ago

hm32005 commented 2 months ago

Is your feature request related to a problem? Please describe. Autocomplete usually generates incorrect/irrelevant prompts that's frustrating to avoid. Pressing enter accepts the prompt while that's not the standard behaviour in other IDEs.

Describe the solution you'd like I've only coded in Python on the platform, so I'm not aware of the utility for other coding languages. However, in a real interview setting, the platform does not generate any autocomplete suggestions. So it would be best to get rid of the suggestions or at least provide an option to users if they would like to toggle the feature.

Describe alternatives you've considered

  1. Provide a toggle setting to enable/disable autocomplete suggestions.