Skip to content

Releases: Alaanor/candid-intellij-plugin

v0.3.5

15 Sep 17:43
46dff23
Compare
Choose a tag to compare

Fixed

  • Bump to 232.* version

v0.3.4

03 Apr 15:07
d8be85c
Compare
Choose a tag to compare

Fixed

  • Bump to 231.* version

v0.3.3

29 Nov 20:34
597c796
Compare
Choose a tag to compare

Fixed

  • Bump to 223.* version
  • Handle different filesystem root when relativizing path

v0.3.2

15 Oct 18:27
af9ae71
Compare
Choose a tag to compare

Fixed

  • Bump to 222.* version

v0.3.1

14 Jun 16:22
930196c
Compare
Choose a tag to compare

Fixed

  • Fixed import completion
  • Record fields without name now also get primitive type completion

v0.3.0

05 Jun 15:35
e5d6a12
Compare
Choose a tag to compare

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

24 May 18:20
8934bcf
Compare
Choose a tag to compare

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

17 May 18:33
cb96452
Compare
Choose a tag to compare

Added

  • Paired bracket and parenthesis
  • Quote handler
  • Bumped plugin version range to support 2022.1.1

v0.1.0

14 May 16:57
2de9e94
Compare
Choose a tag to compare

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

12 May 20:29
f7df329
Compare
Choose a tag to compare

Fixed

  • Fixed some CI pipeline
  • Remove usage of internal API