Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve code readability and sort resultant code #1

Open
CodeSadhu opened this issue Dec 19, 2023 · 0 comments
Open

Improve code readability and sort resultant code #1

CodeSadhu opened this issue Dec 19, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@CodeSadhu
Copy link
Owner

CodeSadhu commented Dec 19, 2023

Currently the extension generates dart files and fills in the boilerplate code via the variables found in the extension.js file. I believe a better approach will be to segregate/sort these boilerplate codes into separate files within the source code folder and then reference somehow during runtime.
I tried taking this approach but it seems it doesn't work well after bundling the extension into a .vsix.

Perhaps, Github variables can come to the rescue and help a bit here.

Please note that this is only the approach I think is optimal. Better approaches/suggestions are always appreciated.

@CodeSadhu CodeSadhu added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant