- Add option to toggle showing output channel of displaying typechecking result #109
- Ignore huge image files when publishing to marketplace #110
- Add option to control the max times of continuous typechecking in order to avoid memory leaking without reducing user experience #111
- Mock a maybe monad to simplify nullary checking #112
- Latex completion for
replCompletion
mode #104 - Completion with symbols in whole project for
allWords
mode #102 - Use status bar to show type checking and totality checking status #106
- Fix typechecking pending bug 319a384
- Add document highlights for more precise semantic sensitive symbol selection highlighting #107
- Add function parameter type hints #51
- Remove doubling single quote 6e8edbd @be5invis
- Support option to turn of totality checking(partial warning) 1af2b48 @be5invis
- Integrate idringen, support project scaffolding #87
- Support search value by its type signature #88
- Fix loading path without any path separator when start REPL on Windows #100 @Cedric-Venet
- Fix
replCompletion
mode of auto-completion not working after type checking failed #101
- Improvement for using with standalone Idris file #94
- Improvement for using on Windows #93
- Fix loading empty string when starting REPL on windows #92 @be5invis
- Nullify
ideModeRef
after project options have been changed 5306560 @dramforever - Update syntax file for parameter block dec5b09 @be5invis
- Update syntax file for quasiquote 86e621b @be5invis
- Add a portable prelaunch script #89
- Fix memory leak when type checking failed #86
- Update syntax file for tail comments 69fe18d
- Auto-completion module names in iPKG file #62
- Go to the definition of a concrete module file from iPKG file #68
- Literate programming improvement #79
- Extension activates on Idris file, iPKG file and literate Idris file #80
- Auto-completion module names in import clause of Idris file and literate Idris file #81
- Auto-completion for Idris keywords and iPKG keywords #82
- Support totality checking for functions #58
- Better support for literate programming #75
- Support
Add proof clause
command #76 - Update syntax file to fix context signature df29a52 @be5invis
- Update code snippets 3c1c869
- Update syntax file to support numbers in module names 2ceb72d @be5invis
- Support Latex snippets #49
- Support go to module file from import clause #72
- Support go to definition with module alias and re-export import clause #71
- Performance improvement for
Search Symbol
#70 - Remove default keybindings completely #69
Find All References
#27Rename Symbol
andChange all occurrences
#50- Update code snippets #61
- Support
Go to Symbol
andSearch Symbol
#48 Find definition
improvement #67- Fix
Can't find import
bug for typechecking #66
Go to Definition
andPeek Definition
improvement #63- Fix can not Start/Reload REPL for Windows #60 @be5invis
- Support
Go to Definition
andPeek 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
- 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
- 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
- Eliminate warning messages for hover #28
- Syntax file improvement #24 @be5invis
- Fix loading
pkgs
for bootstrapping 774ecde @be5invis - Show type definition on hover #22
- Type checking on saving file #25
- Update syntax files #16
- Support fully featured REPL #3 #17
- Support single Idris file #9
- Fix shortcuts confliction #15 @be5invis
- 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
- Basic features #4