More work on init files

This commit is contained in:
2026-03-20 16:18:19 -04:00
parent db1efc05c7
commit 33e4ab56fb
2 changed files with 26 additions and 6 deletions

View File

@@ -35,13 +35,14 @@ want you taking the initiative.
- `python3 tools/clangd-query.py stop` — Stop the daemon.
- Prefer this over grep when looking for C++ class/function definitions or references.
- Use `build.py c++` for lightweight C++ rebuilds, `build.py all` for full rebuilds.
- Use `python3 build.py c++` for lightweight C++ rebuilds, `python3 build.py all` for full rebuilds.
- VS Code is the IDE. Use `code --goto <filename>:<line>` to open files.
## MCP
The UE Wingman plugin for unreal allows you to control the unreal editor.
The UE Wingman plugin for unreal allows you to control the unreal editor. Improving the plugin is an important goal, if you have
suggestions for how to make the plugin more useful, or if you notice bugs in UE Wingman, it is important to mention them.
## PATIENCE! AGAIN!