-
Notifications
You must be signed in to change notification settings - Fork 45
Roadmap
Kostiantyn Shchepanovskyi edited this page Oct 1, 2016
·
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 |
| Options reference resolving | 🍒 | 0.8.0 | |
| Unresolved reference errors | |||
| Keyword completion | |||
| Reference completion | |||
| Rename refactoring | |||
| Include comments in structure view element popup |
* - 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.
Need more? Please create an issue or vote for the existing one.
✅ - implemented
🍒 - features currently in development
❌ - won't implement