protobuf-dt

Add this URL to your Eclipse Installation to reach this solution's update site.

Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)

https://google.github.io/protobuf-dt/updates/latest/

Learn more...
Solution Description

Protobuf-dt is a new Eclipse plug-in for editing protocol buffer descriptor files.

This plug-in has been heavily tested by Google employees in many different projects through seven internal releases. For more information, please visit our project page.

Additional Details

Eclipse Versions: Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Google, Inc.

Development Status: Production/Stable

Date Created: Monday, August 8, 2011 - 10:39

License: EPL

Date Updated: Wednesday, December 14, 2022 - 09:47

Submitted by: Alexander Rookey

Date Ranking Installs Clickthroughs
August 2026 0/0 0 0
July 2026 273/1035 12 11
June 2026 217/642 34 13
May 2026 158/608 66 18
April 2026 134/612 106 18
March 2026 194/627 64 15
February 2026 224/620 41 18
January 2026 219/631 45 31
December 2025 214/621 52 47
November 2025 240/626 46 22
October 2025 249/637 45 21
September 2025 210/653 67 12
August 2025 217/615 49 45
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for protobuf-dt.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

I tried both from the marketplace and from the direct install instructions from the github site. That URL gives a 404 error.

Cannot complete the install because one or more required items could not be found.
Software being installed: Protocol Buffer Editor 2.3.1.201609021856 (com.google.eclipse.protobuf.feature.group 2.3.1.201609021856)
Missing requirement: Protocol Buffer Descriptor Editor 2.3.1.201609021856 (com.google.eclipse.protobuf 2.3.1.201609021856) requires 'bundle org.eclipse.core.resources [3.11.0,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: Protocol Buffer Editor 2.3.1.201609021856 (com.google.eclipse.protobuf.feature.group 2.3.1.201609021856)
To: com.google.eclipse.protobuf [2.3.1.201609021856]

Cannot complete the install because one or more required items could not be found.
Software being installed: Protocol Buffer Editor 2.3.2.201609161849 (com.google.eclipse.protobuf.feature.group 2.3.2.201609161849)
Missing requirement: Protocol Buffer Descriptor Editor 2.3.2.201609161849 (com.google.eclipse.protobuf 2.3.2.201609161849) requires 'bundle org.eclipse.core.resources [3.11.0,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: Protocol Buffer Editor 2.3.2.201609161849 (com.google.eclipse.protobuf.feature.group 2.3.2.201609161849)
To: com.google.eclipse.protobuf [2.3.2.201609161849]

The plugin installs fine, no errors or warnings.

However there is no trace of new functionality afterwards. Double clicking a .proto file doesn't give any new editors to select from. No menu items have changed - in short, the plugin is a completely invisibile no-op on Oxygen M3.

 

In reply to by Michael Berg

Did the code not get syntax highlighting? (e.g. purple keywords with black variable names) This is subtle and can be easy to miss because you are used to it in other code .

If you Ctrl-click on a protobuf 'Type` it should jump to the definition of that protobuf.

Further, if you open the Outline view, you should see an outline of all the protobuf types that have been defined in that proto file.

I am running it on Oxygen and it seems to be fine.