freeCodeCamp / mobile

freeCodeCamp's open-source mobile app made with Flutter

Home Page:https://contribute.freecodecamp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Learn] add option to enable PhoneIDE code wrapping

Sembauke opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently, you can't wrap your code, which makes it difficult for users to read.

Describe the solution you'd like
Adding a code wrapping option in the settings would be helpful for enabling easier reading in the editor.

Describe alternatives you've considered
I agree that finding a perfect alternative might be challenging. However, one alternative approach could be to incorporate an option directly within the editor interface instead of relying solely on the settings.

Additional context
Code wrapping refers to the formatting of code in a way that ensures it fits within a specified width or line length.