lexical-lsp / lexical

Lexical is a next-generation elixir language server
781 stars 77 forks source link

Slimmed down representations of range and position #654

Closed scohen closed 3 months ago

scohen commented 3 months ago

We use range and positions a lot, and the default inspect implementations were very wordy. This changes them to:

Range: LxRange[<<1, 1>>...<<5,1>>] Position: LxPos<<1, 1>>