autumngray 15577043e8 Fix nimsuggest highlight for import statements (#23263) 2 months ago
..
fixtures 4cf605dcf6 nimsuggest: fix and re-enable old tests (#16401) 3 years ago
module_20265.nim 1b132ddaa2 Fix nimsuggest not showing suggestions for imported tuples (#22241) 10 months ago
t20265_1.nim 1b132ddaa2 Fix nimsuggest not showing suggestions for imported tuples (#22241) 10 months ago
t20265_2.nim 1b132ddaa2 Fix nimsuggest not showing suggestions for imported tuples (#22241) 10 months ago
t20440.nim b0a850adbf Nimsuggest now defines the backends symbol (#21083) 1 year ago
t20440.nims b0a850adbf Nimsuggest now defines the backends symbol (#21083) 1 year ago
t21185.nim 3d5dbf8f96 Fix nimsuggest not suggesting fields in when theres static parameters (#21189) 1 year ago
t22448.nim 48da472dd2 fix #22448 Remove `structuredErrorHook` temporary in `tryConstExpr` (#22450) 9 months ago
taccent_highlight.nim 2fb8b1d132 nimsuggest/tester: disable highlight tests for epc (#10426) 5 years ago
tcallstrlit_highlight.nim f827d75804 compiler/semcall: return the correct lineinfo for nkCallStrLit (#12484) 4 years ago
tcase.nim 2430fc7d82 nimsuggest: special rule for 'of' completion in case statements 7 years ago
tchk1.nim 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 year ago
tchk_compiles.nim 0483a5ffaf improvements to hint:processing: show import stack, distinguish nims, show includes etc (#18372) 2 years ago
tcon1.nim bb3c6d0797 fixes nim-lang/nimsuggest#103 con dot exprs (#16657) 3 years ago
tcon_variable.nim 558ecd1ca6 compiler/suggest: add variable support to `con` (#12569) 4 years ago
tconcept1.nim 37ed8c8480 * fixed nimsuggest crash with 'Something = concept' put (erroneously) outside of a 'type' block (#23331) 2 months ago
tconcept2.nim 37ed8c8480 * fixed nimsuggest crash with 'Something = concept' put (erroneously) outside of a 'type' block (#23331) 2 months ago
tcursor_at_end.nim 4755795416 nimsuggest: more precise cursor tracking 7 years ago
tdef1.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tdef2.nim 4cf605dcf6 nimsuggest: fix and re-enable old tests (#16401) 3 years ago
tdef_forward.nim c2ba4ef979 suggest: try to find the implementation of a symbol when def is used (#15555) 3 years ago
tdef_let.nim 810d5e91e4 [nimsuggest] return the type when on symbol in let/var (#19639) 2 years ago
tdot1.nim 2b5e48d807 move assertions and iterators out of system.nim (#10597) 5 years ago
tdot2.nim 2b5e48d807 move assertions and iterators out of system.nim (#10597) 5 years ago
tdot3.nim 4cf605dcf6 nimsuggest: fix and re-enable old tests (#16401) 3 years ago
tdot4.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tenum_field.nim 81c0513644 Don't provide suggestions for enum fields (#22959) 5 months ago
tfatal1.nim 773c066634 * fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "msg".} pragma. (#23325) 2 months ago
tgeneric_highlight.nim 555c5ed1a7 fix bugs with dot & call operators [backport] (#20931) 1 year ago
tgenerics.nim db36765afd nimsuggest: Clear generic inst cache before partial recompilation (#22783) 7 months ago
tic.nim ae2cdcebc2 nimsuggest --ic:on compiles (#23298) 3 months ago
timport_highlight.nim 15577043e8 Fix nimsuggest highlight for import statements (#23263) 2 months ago
tinclude.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tmacro_highlight.nim d72921ecf6 compiler/sem: correct macros lineinfo (#10438) 5 years ago
tno_deref.nim 4755795416 nimsuggest: more precise cursor tracking 7 years ago
tobj_highlight.nim 5b3571c9a4 compiler/semtypes: improve lineinfo for exported object fields (#12495) 4 years ago
top_highlight.nim 77834f0fda compiler/suggest: highlight squashed operators (#11796) 4 years ago
tqualified_highlight.nim 394f4ac7bb improvements to `addInt` and `$` for integer types (#18592) 2 years ago
tsetter_highlight.nim 2fdf816332 compiler/[msgs, suggest]: improve highlighter accuracy (#10496) 5 years ago
tsi_highlight.nim 2fdf816332 compiler/[msgs, suggest]: improve highlighter accuracy (#10496) 5 years ago
tsug_accquote.nim 74a7b09412 suggest: quote operators and keywords on suggestion (#10460) 5 years ago
tsug_enum.nim bbc96f974d fixed nim-lang/nimsuggest#82 pure enum field sug (#16676) 3 years ago
tsug_pragmas.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tsug_recursive.nim b8fa789393 Fix nimsuggest `def` being different on proc definition/use (#23025) 5 months ago
tsug_regression.nim eb8cc51bb8 tables module uses runnableExamples (#16994) 3 years ago
tsug_template.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tsug_typedecl.nim 919a889ba8 moderate system cleanup & refactor (#20355) 1 year ago
ttempl_inst.nim 0483a5ffaf improvements to hint:processing: show import stack, distinguish nims, show includes etc (#18372) 2 years ago
ttemplate_highlight.nim 4cf605dcf6 nimsuggest: fix and re-enable old tests (#16401) 3 years ago
ttype_decl.nim 919a889ba8 moderate system cleanup & refactor (#20355) 1 year ago
ttype_highlight.nim 2fb8b1d132 nimsuggest/tester: disable highlight tests for epc (#10426) 5 years ago
tuse.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tuse_enum.nim c31bbb07fb Register declaration of enum field has a use (#22990) 5 months ago
tuse_structure.nim e4a2c2d474 Make sure that field usage preserves the original line info (#19751) 2 years ago
tv3.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tv3_con.nim df3c95d8af makes nimsuggest `con` work under v3 (#23113) 4 months ago
tv3_definition.nim d4c0d35b32 [nimsuggest] fix def call on identifier 2 times on the line (#20228) 1 year ago
tv3_forward_definition.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tv3_generics.nim db36765afd nimsuggest: Clear generic inst cache before partial recompilation (#22783) 7 months ago
tv3_globalSymbols.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tv3_import.nim b0b9a3e5fa Use module actual file instead of PSym.info (#19956) 1 year ago
tv3_outline.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
tv3_typeDefinition.nim e636c211b0 Implement type command (#19944) 1 year ago
twithin_macro.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago
twithin_macro_prefix.nim 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit `.raises` pragma (#23193) 3 months ago