This project provides IDE integration to Eclipse users when working on protobuf files.
This is a fork of an originally Google-initiated project (protobuf-dt) which has been largely dormant for years and is currently without an active maintainer, albeit the product itself has been working reliably for years without any changes. It was forked to fix incompatibilities with newer Eclipse versions and to implement new features, such as out-of-the-box support for google.protobuf well-known types or the capability to import protos from .jar files in the classpath.
Categories: Editor, Languages, Modeling, Programming Languages, Tools
Tags: protobuf, Protocol buffers, proto, editor, gRPC
Additional Details
Eclipse Versions: 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), 2024-12 (4.34)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: GEBIT Solutions GmbH
Development Status: Production/Stable
Date Created: Tuesday, September 12, 2023 - 10:19
License: EPL
Date Updated: Friday, November 29, 2024 - 10:14
Submitted by: Rene Schneider
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2024 | 239/520 | 10 | 6 |
November 2024 | 278/658 | 43 | 15 |
October 2024 | 290/663 | 41 | 3 |
September 2024 | 253/642 | 55 | 6 |
August 2024 | 251/641 | 51 | 15 |
July 2024 | 218/663 | 73 | 19 |
June 2024 | 296/681 | 41 | 17 |
May 2024 | 272/682 | 55 | 21 |
April 2024 | 268/687 | 60 | 12 |
March 2024 | 278/694 | 58 | 14 |
February 2024 | 250/687 | 66 | 18 |
January 2024 | 312/691 | 41 | 13 |
Reviews Add new review
Works great
Submitted by Gilles Iachelini on Tue, 06/04/2024 - 04:35
Thank you for maintaining this project. Works pretty good. Using it in Spring Tool Suite 4 (Version: 4.22.1.RELEASE, Build Id: 202405011620). Only thing is, that imports work a bit weirdly and cannot be resolved simetimes ("google/type/interval.proto") or own dependencies to other specifications.
Yeah we also noticed this…
Submitted by Jan Henrik Wiesner on Thu, 07/18/2024 - 15:20
In reply to Works great by Gilles Iachelini
Yeah we also noticed this. There is https://github.com/GEBIT/protobuf-dt/issues/1 for fixing this.