Releases: Alaanor/candid-intellij-plugin
Releases · Alaanor/candid-intellij-plugin
v0.3.5
v0.3.4
Fixed
- Bump to 231.* version
v0.3.3
Fixed
- Bump to 223.* version
- Handle different filesystem root when relativizing path
v0.3.2
Fixed
- Bump to 222.* version
v0.3.1
Fixed
- Fixed import completion
- Record fields without name now also get primitive type completion
v0.3.0
Added
- 🔧 Line marker on rust files when a matching candid method is found
- 🔧 Resolve candid method to their corresponding rust method
- 🧐 Unused candid method inspection
v0.2.0
Added
- 🪄 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
Fixed
- Added missing top level keyword import
- Missing keyword completion for query and oneway
- Stop suggesting top level keyword inside a service
v0.1.1
Added
- Paired bracket and parenthesis
- Quote handler
- Bumped plugin version range to support 2022.1.1
v0.1.0
Added
- 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
- Fixed keyword autocompletion in variant and record
- Align comment as well when using the formatter
v0.0.2
Fixed
- Fixed some CI pipeline
- Remove usage of internal API