Skip to content

Releases: zjhmale/vscode-idris

v0.6.3

02 Apr 05:38
Compare
Choose a tag to compare
  • Support Go to Definition and Peek Definition #21
  • Fix Can't find import bug for REPL #59
  • Fix command confliction on unsaved files #55
  • Insert new line for Add Clause command #56 @wkwkes

v0.6.1

30 Mar 13:03
Compare
Choose a tag to compare
  • Fix huge memory usage issue #52
  • Fix shortcuts confliction again #53
  • Update commands title #54

v0.6.0

29 Mar 03:25
Compare
Choose a tag to compare
  • Support Cleanup Idris binary files action #42
  • Add when-clause-context for right-click menu items #44
  • Support a new auto-completion mode which will always include all words from the currently opened documentation #43

v0.3.9

28 Mar 03:28
Compare
Choose a tag to compare
  • Fix a typo #36
  • Hover text should have the same syntactical render with the source code #33
  • Support hover on identifiers with a single quote, e.g. name' and 'name #35
  • Show more user-friendly error message for hover #32
  • Support customizing Idris executable path #38
  • Do not show duplicate hover when it is inside a diagnostic #39
  • Fix a corner case issue for Add Clause command #41
  • Add Idris commands to right-click menu #34
  • Trim redundant whitespace and new-line character for Show Documentation command #40
  • Support customizing hover behavior #37

v0.3.7

26 Mar 08:23
Compare
Choose a tag to compare
  • Eliminate warning messages for hover 28

0.3.6

24 Mar 10:19
Compare
Choose a tag to compare

v0.3.3

19 Mar 11:32
Compare
Choose a tag to compare
  • Update syntax files #16

v0.3.2

16 Mar 13:34
Compare
Choose a tag to compare
  • Support fully featured REPL #3 #17
  • Support single Idris file #9
  • Fix shortcuts confliction #15 @be5invis

v0.3.1

14 Mar 12:01
Compare
Choose a tag to compare
  • Update syntax to followed up Idirs 0.99.1 @be5invis
  • Add key binding filter for actions @be5invis
  • Fix typo for the title of idris.docs-for command @FinnNk

v0.3.0

01 Jan 06:41
Compare
Choose a tag to compare
  • Basic features #4