I kept forgetting how I built systems in older projects, so I made Codeology. Put your cursor on a function and press Ctrl+Alt+D. A wizard opens with the signature, parameters, and specifiers already filled in (UFUNCTION(BlueprintCallable), , [SerializeField], and so on). You write how it works, and it's saved as plain Markdown in a .codeology folder in your repo. What else it does:
Your code and docs stay on your machine unless you choose to back up a project. No account needed to use the core features. Free on the VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=PicassoRayneStudiosLLC.codeology I'd really like feedback, especially from Unreal and Verse devs. What would make this part of your workflow? |