5 Things I Want to Try in Cursor
Plans to supercharge my LLM-based dev stack
2025-07-18-
try out inline
@ask
to give Cursor better context when asking about code -
try out inline
@test
to try and convince Cursor to hallucinate less useless test cases -
put
@explain
in code instead of static inline comments to explain complex stuff inline- ...albeit that's probably just a red flag meaning I should refactor...
-
generate documentation by global searching for key terms, making Cursor summarize the logical flow (
Cmd+K
) and generate markdown -
get quicker context folders by selecting a given directory and going
Cmd+K
→ "Summarize Folder"