This extension provides simple functionality for maintaining AFib projects in VS Code.
Features
Running the AFib Fixup Identifier(s) command with the cursor positioned in a missing identifier will add the identifier
to your ..._id.dart file. For example, if this identifier was missing:
EXWidgetID.exampleWidget
And you placed the cursor anywhere within it, and ran the AFib Fixup Identifier(s) extension, it would add the identifier
for you.
Running the AFib Fixup Identier(s) command in your ..._id.dart file itself will synchronize the string values of all ids
with their named constants. If you have used code refactoring to rename one or more ids, running the command this way is useful.
Requirements
This extension is only useful if you are using AFib, which is not released yet, but will be soon (as of March 2023).
Extension Settings
None
Known Issues
AFib is alpha software. Please report bugs in this extension on github.