For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contextual Menu

The contextual menu provides a tailored right-click experience within the source editor.

The context menu is a custom interface that appears when you interact with the source editor. It's designed to prioritize the most relevant actions based on your current task, replacing the standard browser menu to keep you focused on your project.

How to access:

  • Right-click: Click anywhere within the editor area.

  • Keyboard: Press Ctrl + Click (or Cmd + Click on macOS).

Common Actions:

The menu provides immediate access to standard text manipulation tools. Availability of these items may change based on your project permissions (e.g., Read-only vs. Edit) or whether text is currently selected.

  • Cut / Copy / Paste: Standard clipboard operations.

  • Delete: Quickly remove selected text blocks.

  • Comment: Add a line comment.

Specialized tools

  • Jump to location in PDF: Instantly syncs the PDF preview to the corresponding line in your source code.

  • Back to Editing: Brings you back to the editor to make changes

  • Comment: Make a comment on the selected line of code

Last updated

Was this helpful?