Skip to content

Instantly share code, notes, and snippets.

@avin
Last active January 18, 2026 16:08
Show Gist options
  • Select an option

  • Save avin/37521c407e56cef54e2065a2f151ee6d to your computer and use it in GitHub Desktop.

Select an option

Save avin/37521c407e56cef54e2065a2f151ee6d to your computer and use it in GitHub Desktop.
Jump to Cursor from JetBrains IDEs

File -> Settings -> Tools -> External Tools -> (Add)

Name: Cursor
Program: C:\Users\avin\AppData\Local\Programs\cursor\Cursor.exe
Arguments: $ProjectFileDir$ --goto $FilePath$:$LineNumber$:$ColumnNumber$
Working directory: $ProjectFileDir$

Advanced options:
Open console for tool output: Disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment