tryretool / vscode-extension

MIT License
1 stars 0 forks source link

Components and Modules #1

Open bobdabear opened 7 months ago

bobdabear commented 7 months ago

each App has it's own component tree, if you could iterate over it and generate a component file for each one. Honestly I just want this so I don't have to keep dealing with that stupid cursor that randomly moves to position 0 in every code/popup window. It's so annoying. However, it'd also open up some interesting possibilities for custom components =)