-
Notifications
You must be signed in to change notification settings - Fork 45
Roadmap
Kostiantyn Shchepanovskyi edited this page Sep 20, 2018
·
42 revisions
Releases: https://github.com/protostuff/protobuf-jetbrains-plugin/releases
# | Feature | Release | |
---|---|---|---|
1 | Syntax Highlighting | ✅ | 0.1.0 |
2 | Structure View | ✅ | 0.2.0 |
3 | Brace Matching | ✅ | 0.2.0 |
4 | Commenter | ✅ | 0.2.0 |
5 | Code Formatting | ✅ | 0.3.0 |
6 | Resolving references | ✅ | 0.4.0 |
7 | Find Usages | ✅ | 0.4.0 |
8 | Detect and disable conflicting plugins | ✅ | 0.5.0 |
9 | Custom proto include path(s) (option -I of protoc ) |
✅ | 0.5.0 |
10 | Inspection: tags numbers | ✅ | 0.5.0 |
11 | Support for IDEA 13 and other compatible products | ✅ | 0.6.0* |
12 | Type Search (Ctrl+N) | ✅ | 0.7.0 |
13 | Options reference resolving | ✅ | 0.8.0 |
14 | Proto file rename refactoring | ✅ | 0.8.0 |
15 | Syntax validation for proto2/proto3 | ✅ | 0.8.0 |
16 | Rename refactoring | ✅ | 0.9.0 |
17 | Search for usages for custom options | ✅ | 0.9.0 |
18 | Collapse code blocks | ✅ | 0.10.0 |
19 | Highlight unresolved reference errors | ✅ | 0.10.0 |
20 | Bug reporting | ✅ | 0.10.0 |
21 | Support for Google Protobuf 3.6.0 | ✅ | 0.11.0 |
22 | Spell checker support | ✅ | 0.12.0 |
Code completion | 🍒 |
* Version 0.6.0 is the last one (and the only one) that provides support for IntelliJ IDEA 13 ... 15. Other versions are compatible with IntelliJ IDEA 2016.1 and higher versions.
# | Feature | Release | |
---|---|---|---|
Include comments in structure view element popup | |||
Navigation between proto and java code |
Need more? Please create an issue or vote for an existing one.
✅ - implemented
🍒 - features currently in development
❌ - won't implement