summary refs log tree commit diff stats
path: root/nimsuggest
Commit message (Expand)AuthorAgeFilesLines
* + added nimsuggest support for exception inlay hints (#23202)Nikolay Nikolov2024-03-152-28/+156
* makes nimsuggest listen on localhost by default (#23351)Juan M Gómez2024-03-041-1/+1
* Fix nimsuggest highlight for import statements (#23263)autumngray2024-03-031-0/+12
* * fixed nimsuggest crash with 'Something = concept' put (erroneously) outside...Nikolay Nikolov2024-02-242-0/+27
* * fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "m...Nikolay Nikolov2024-02-201-0/+15
* fixes nimsuggest sug doesnt return anything on first pass #23283 (#23288)Juan M Gómez2024-02-151-8/+6
* nimsuggest --ic:on compiles (#23298)Juan M Gómez2024-02-091-0/+20
* [fix] nimsuggest `con` sometimes doesnt return anything on first pass fixes #...Juan M Gómez2024-02-051-2/+3
* + show the inferred exception list (as part of the type) for functions that d...Nikolay Nikolov2024-01-1512-39/+39
* Adds info:capabilities to NimSuggest (#23134)Juan M Gómez2023-12-291-0/+8
* makes nimsuggest `con` work under v3 (#23113)Juan M Gómez2023-12-222-3/+19
* Only suggest symbols that could be pragmas when typing a pragma (#23040)Jake Leahy2023-12-071-0/+40
* Fix nimsuggest `def` being different on proc definition/use (#23025)Jake Leahy2023-12-042-4/+14
* Register declaration of enum field has a use (#22990)Jake Leahy2023-11-271-0/+15
* nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)Nikolay Nikolov2023-11-242-0/+41
* Don't provide suggestions for enum fields (#22959)Jake Leahy2023-11-201-0/+17
* Introduced version 4 of the NimSuggest protocol. The InlayHints feature made ...Nikolay Nikolov2023-11-181-2/+8
* nimsuggest: Instead of checking for protocol version 3 exactly, check for ver...Nikolay Nikolov2023-11-151-3/+3
* Added new command line option `--info:X` to nimsuggest for obtaining informat...Nikolay Nikolov2023-11-151-0/+14
* Inlay hints for types of consts (#22916)Nikolay Nikolov2023-11-071-1/+1
* Inlay hints support (#22896)Nikolay Nikolov2023-11-041-2/+53
* nimsuggest: Clear generic inst cache before partial recompilation (#22783)Pylgos2023-10-033-3/+57
* fix #22448 Remove `structuredErrorHook` temporary in `tryConstExpr` (#22450)Pylgos2023-08-111-0/+11
* Fix nimsuggest not showing suggestions for imported tuples (#22241)Jake Leahy2023-07-103-0/+22
* Create compiler and nimsuggest packages (#22118)Ivan Yonchovski2023-06-182-7/+12
* Improve nimsuggest (#21825)Juan Carlos2023-05-111-1/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+2
* Fix infinite recursion introduced in 7031ea6 [backport 1.6] (#21555)Peter Munch-Ellingsen2023-03-201-1/+1
* replaces implicit passes array registed at runtime with explicit function cal...ringabout2023-03-031-1/+1
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-1/+1
* Implemented basic macro expand functionality (#20579)Ivan Yonchovski2023-01-274-51/+206
* Fix nimsuggest not suggesting fields in when theres static parameters (#21189)Jake Leahy2022-12-281-0/+18
* Nimsuggest now defines the backends symbol (#21083)Jake Leahy2022-12-123-2/+13
* fix bugs with dot & call operators [backport] (#20931)metagn2022-11-281-2/+0
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-1/+1
* Fix typo in nimsuggest.nim (#20767)Ikko Ashimine2022-11-051-1/+1
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-0/+3
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-0/+2
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-1/+1
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-118-24/+24
* Fix/improve handling of forward declarations in nimsuggest (#20493)Ivan Yonchovski2022-10-063-9/+114
* moderate system cleanup & refactor (#20355)metagn2022-09-282-4/+4
* defaults to ORC (#19972)ringabout2022-09-231-12/+2
* Partially Revert "Change nim's nimble files to make it installable" (#20296)ringabout2022-09-021-0/+8
* Change nim's nimble files to make it installable (#20179)Ivan Yonchovski2022-08-311-8/+0
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-303-38/+49
* Use module actual file instead of PSym.info (#19956)Ivan Yonchovski2022-07-151-0/+7
* Implement type command (#19944)Ivan Yonchovski2022-07-153-2/+44
* Initial implementation of nimsuggest v3 (#19826)Ivan Yonchovski2022-06-133-15/+257
* Make sure that field usage preserves the original line info (#19751)Ivan Yonchovski2022-04-291-0/+15
='n96' href='#n96'>96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200