Hey,
Let's start with the 'Resources' Folder suggestions:-
- adding the default
(strings.xml, styles.xml, colors.xml, dimens.xml)in the "values" folder but with the default sketchware codes in these files so we can edit it easily. - Adding a new way to show codes in
strings.xmlanddimens.xml, you guys can add a recyclerview showing each string/dimen tag in a different item, and users can add/edit/remove any tag easily. The image i provided is an example of how adding a new string/dimen should look like in this new style, you can add more options such as ("formatted=true/false", "translatable=true/false" and more..)
Code Editor Suggestions:-
- A search button for quickly editing or replacing any part of our code.
- A simple bar at the bottom that contains the most important symbols to make coding more faster.
Tell me if you need more info
Thanks.