Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 778 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 778 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.0.1] - 2020-10-02

Added

  • Communication with a Python MRO Language
  • A MRO CodeLens at the start of every class declaration.
  • A pop-up message window to show the MRO list when a MRO CodeLens is clicked.
  • A floating window to show the MRO list when hovering over the class name of a class declaration.
  • Automatic launch of a Python MRO Language Server at the start of the extension.
  • Communications with the Python MRO Language Server for Hover/CodeLens requests and document synchronisation.