Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

deterministic string sorting for intellisense

Open MikeStall opened this issue 8 months ago • 0 comments

Goals:

  1. stable for both .Net 4.6.2 and .Net 7.0
  2. ignore if an identifier is wrapper in single quotes. (the escaping characters for Power Fx)

This was changed in #2442. Before, we did sort (and ignore the single quotes); and 2442 changed to just a straightup ordinal sort to deal with 1, but that broke 2.

MikeStall avatar Jun 06 '24 17:06 MikeStall