Describe your feature request
This is a feature request for Replit mobile.
We need a keyboard UI to select code suggestions for files with a specific extension (e.g., .go
files) in a mobile environment. For many languages, such as with .py
files, a keyboard UI for selecting code suggestions is displayed, but it does not appear for certain languages.
See Cannot select suggestions in some languages for the details.
What problem(s) would this feature solve?
It will make the development of difficult languages to work with on replit mobile, such as Go language, much smoother.
Explain what you were trying to do when you came across the problem leading to this feature request
Since I couldn’t adopt code suggestions, I had to type in the code myself every time.