- Bump to 232.* version
- Bump to 231.* version
- Bump to 223.* version
- Handle different filesystem root when relativizing path
- Bump to 222.* version
- Fixed import completion
- Record fields without name now also get primitive type completion
- 🔧 Line marker on rust files when a matching candid method is found
- 🔧 Resolve candid method to their corresponding rust method
- 🧐 Unused candid method inspection
- 🪄 Suggest missing import whenever possible
- ️🧐 Marking self import as invalid
- ️🧐 Marking duplicated type name as invalid
- ️🧐 Marking empty and invalid import as invalid
- ✨ Comment code through shortcut
- 📝 Documentation for type reference
- 🔎 Go to symbol for candid type
- 📝 Structure view
- Added missing top level keyword import
- Missing keyword completion for query and oneway
- Stop suggesting top level keyword inside a service
- Paired bracket and parenthesis
- Quote handler
- Bumped plugin version range to support 2022.1.1
- Show all types and their path in the completion menu
- Auto insert import when using a type outside the current file
- Added "Candid File" to File > New menu
- Fixed keyword autocompletion in variant and record
- Align comment as well when using the formatter
- Fixed some stuff in CI pipeline
- Remove usage of internal API
- 💡 Syntax Highlighting
- ⌨️ Auto Completion
- 🔍 Find Usage
- 💄 Code Format
- ⚡ Initial scaffold created from IntelliJ Platform Plugin Template