Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 1.52 KB

Features.md

File metadata and controls

32 lines (24 loc) · 1.52 KB

Features:

  • Go source code editor, with:
    • Syntax highlighting (configurable).
    • Automatic indent/de-indent and brace completion on certain keypresses (Enter, Backspace).
  • Go Project wizard and project builder.
    • With in-editor build errors reporting.
sample_basic
Workbench and editor
  • Editor outline and Quick-Outline (Ctrl+O).
sample_basic
Outline (right) and Quick-Outline (filtered to "pr")
  • Open Definition (and "Ctrl-click") via guru or godef.
  • Content Assist (auto-complete) via gocode.
  • Content Assist code snippets (configurable).
sample_basic
Content Assist

Debugging functionality.

Fully featured GDB debugger support (reusing Eclipse CDT's GDB integration)

  • Stop/resume program execution. Listing program threads and stack frame contents.
  • Setting breakpoints, watchpoints (breakpoint on data/variables), tracepoints. Breakpoint conditions.
  • Stack variables inspection view. Expression watch and view. Disassembly view.
  • Non-stop mode (for supported GBDs). Reverse debugging (for supported GDB targets).
sample_debug
Execution stopped on a breakpoint