用于Go語言開發的Eclipse插件:GoClipse

jopen 10年前發布 | 66K 次閱讀 GoClipse Google Go/Golang開發

GoClipse是一個用于Go語言開發的Eclipse IDE插件。GoClipse的目的是創造一個讓初學者和中級用戶很容易上手Go語言開發的編程環境。

用于Go語言開發的Eclipse插件:GoClipse

特性

  • 可配置的語法高亮
  • 通過Gocode實現自動完成
  • 通過自動完成彈出窗口查看文檔
  • 在Eclipse中查看錯誤報告
  • 命令文件和包的自動構建

調試功能.

功能齊全的GDB調試器的支持(重復使用的Eclipse CDT的GDB集成)

  • 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.thumb.png
Execution stopped on a breakpoint

安裝

環境要求:

說明:

  1. Use your existing Eclipse, or download a new Eclipse package from http://www.eclipse.org/downloads/.
  2. Start Eclipse, go to Help -> Install New Software...
  3. Click the Add... button, then enter the Update Site URL: https://github.com/GoClipse/releases/raw/master/ in the Location field, click OK.
  4. Select the recently added update site in the Work with: dropdown. Type GoClipse in the filter box. Now the Goclipse feature should appear below.
  5. Select the GoClipse feature, and complete the wizard.
    • Dependencies such as CDT will automatically be added during installation.
  6. Restart Eclipse. After that take a look at the configuration section in the User Guide.

Updating:

If you already have GoClipse installed, and want to update it to a newer release, click Help -> Check for Updates....

項目主頁:http://www.baiduhome.net/lib/view/home/1408607914616

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!