Add codex, other tweaks
This commit is contained in:
@@ -31,7 +31,6 @@ want you taking the initiative.
|
||||
- `python3 tools/clangd-query.py symbol <name>` — Find symbols by name across the whole project.
|
||||
- `python3 tools/clangd-query.py definition <file> <line> <col>` — Go to definition
|
||||
- `python3 tools/clangd-query.py references <file> <line> <col>` — Find all references
|
||||
- `python3 tools/clangd-query.py diagnostics <file>` — Get errors/warnings for a file.
|
||||
- `python3 tools/clangd-query.py stop` — Stop the daemon.
|
||||
- Prefer this over grep when looking for C++ class/function definitions or references.
|
||||
|
||||
@@ -47,6 +46,8 @@ suggestions for how to make the plugin more useful, or if you notice bugs in UE
|
||||
## Feedback
|
||||
|
||||
- [Use mv for file renames](feedback_use_mv_for_renames.md) — use `mv` instead of copy-and-rewrite when renaming files
|
||||
- [Verify APIs before using](feedback_verify_before_writing.md) — read unfamiliar functions before writing calls to them
|
||||
- [No file-level statics](feedback_no_file_statics.md) — check coding conventions BEFORE writing code, not after
|
||||
|
||||
## PATIENCE! AGAIN!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user