SequelNet Schema Generator for VS CodeSelect a SequelNet DAL macro in a C# document and run SequelNet: Generate or Update DAL from Macro. The macro remains in the document; generated code is stored immediately after it between Install the generator CLI and ensure
Alternatively, set Finding a macroYou can select a macro, place the cursor in its /* ... */ or consecutive // comment block, or leave the cursor elsewhere when the file has exactly one valid macro. A valid macro has class and table lines followed by at least one Column: ... line. If multiple macros exist, select one or place the cursor inside it. Release packageRun pm run package to create _Release/sequelnet-schema-generator-.vsix. The version comes from package.json. Bundled generatorThe packaged extension includes the SequelNet generator CLI and invokes it through the .NET 8 runtime. Users do not need to install the CLI as a global .NET tool. Set sequelnet.generatorCommand only to override the bundled executable with a custom generator. |