v2.1.0-beta.3
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).