Skip to content

Year of the Rat

Compare
Choose a tag to compare
@kenkangxgwe kenkangxgwe released this 24 Jan 10:10
· 74 commits to master since this release

Happy Lunar New Year 2020 ๐Ÿฎ๐Ÿ€

Added

  • Definition / References are available to show in scopes / the whole file.

  • DocumentHighlight is available to show the scoped variables.

  • DocumentColor / ColorRepresentation are available to show the color names and models.

Changed

  • The Top-level function / list declaration is visible in documentSymbol.
  • Attributes and Option are showed in hover messages.
  • Operators will also trigger the hover messages.

Fixed

  • Mathematica before version 11.3 are correctly using the StringRepeat.

Known issues

  • The hovering could be triggered, when cursor is in side a parent syntax
    node even it is not on the operator/function head. Not sure about the UX.
  • Color-related requests are slowed down intentionally, since it is in low
    use frequency comparing to messages like didChange and completion.
  • Even if some requests are prioritized to improve the experience, sometimes
    responds could still be slower if the document is changing too frequent.