Skip to content

Instantly share code, notes, and snippets.

@rustyvz
Created April 7, 2025 19:44
Show Gist options
  • Save rustyvz/601a299768dcdf36c4f00112e9edfbd1 to your computer and use it in GitHub Desktop.
Save rustyvz/601a299768dcdf36c4f00112e9edfbd1 to your computer and use it in GitHub Desktop.

git remote add origin gh_personal:cyberfly/eticket.git

cursor tricks for developer

  • chat to discuss idea
  • always new chat
  • always new composer on big feature
  • inline edit cmd + k
  • manual coding if keep loop same error
  • always commit if got working state (easy rollback)
  • .cursorrules to add project rules
  • breakdown structure into file, and tag it as context. example database.md
  • use @diff to code review update
  • use custom @docs example add your blog post filled with advance tips
  • find code smells
  • refactor
  • extract code into function
  • https://github.com/PatrickJS/awesome-cursorrules?tab=readme-ov-file#backend-and-full-stack
  • ask for alternative, quick test multiple option
  • change loop into table
  • change data format
  • wrap in condition
  • brainstorming using mobile while resting
  • ask refactor working code to follow existing convetion in file @test.php, example ask refactor code into service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment