Skip to content

v2.1.0-beta.3

Compare
Choose a tag to compare
@dlech dlech released this 04 Jan 18:10
· 878 commits to master since this release

Changed

  • Improved syntax highlighting for f-strings, operators and numeric literals.

Fixed

  • Fixed clipping of code completion popup by terminal.
  • Fixed code completion for builtin types.
  • Fixed code completion for names starting with _.
  • Fixed code completion for from ... for user modules (support#759).