Some New Learnings:
- For searching within codebase, Claude Code uses agentic search (instead of indexing) so it doesn’t send your code to outside servers
- May want to switch model to Opus for more complex tasks
Some files, features, and shortcuts to keep in mind when using Claude Code (from Anthropic's Course 'Claude Code: A Highly Agentic Coding Assitant').
just drag and drop image files
add in code/operations at any point in coding lifecycle — before/after tool execution, when user submits a prompt, right before claude concludes it prompts
— add something to memory
— so claude has access to the ide you’re using and you can give claude context to files in your ide
— adding context to a certain file
— to clear a conversation and have a new start (refreshes context window)
— clear history but maintain summary of old chat
— connect to an mcp server
— to return to an old conversation you were having
— installs github integration!
install server + use with /mcp command.