chapel icon indicating copy to clipboard operation
chapel copied to clipboard

CLS: support more end marker types

Open jabraham17 opened this issue 11 months ago • 3 comments

The language server currently adds inlay hints to the ends of interesting blocks, however there are a few more block types it should support.

  • select/when
    • I have actively seen comments for this used in code, this will directly support users
  • try/catch
    • for completeness
  • if/else
    • this one is funky, as a common coding style is to attach else to the trailing brace (} else)

jabraham17 avatar Mar 15 '24 00:03 jabraham17