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.
- Fix bug with 1.3.4
- Fix inline hints for variadic functions in Go - Issue #27
- Add inline parameter hints for PHP functions - Issue #24
- Update npm version
- Do not show empty tooltips
- Create the temp folder if it does not exist - Issue #23
- Update Python to allow ignoring functions - Issue #22
- Fix bug with Python and Go introduced in 1.3.0
- Update README to no longer show settings as VSCode shows settings in a separate tab
- Update Python to allow ignoring built-in functions - Issue #22
- Fix Python Regex - Issue #17
- Update Python to handle complex types - iAmNikola Pull Request
- Update to Python - HoT-1 Pull Request
- Changes separator hint to '=' for Python
- Update VSCode minimum version to 1.66.0
- Add support for insertion of inlay hint label on Python
- Update badges on the README
- Fix Golang incorrect parameter positions for special characters - issue #12
- Fix parameter hint missing for anonymous functions - issue #10
- Display parameters for Python classes
- Limit output to output channel
- Fix
enabledsetting not working - issue #9
- Fix bug introduced in 1.2.0
- Fix Golang and Python not working correctly on unsaved files
- Optimize Golang and Python to work better with large file sizes
- Python Bug Fix
- Fix Python methods not displaying correctly - issue #7
- Fix Python and Golang not working when there was a space in the path - issue #7
- Fix Python and Golang not working when there was a space in the path - issue #7
- Incorporate the Pull Request by l1997i - PR #5
- Fix Python AST parsing errors when using Python 2.7 - issue #4
- Add executable path setting for Golang and Python
- Fix Python parameters not working for version less than Python 3.6 - issue #4
- Fix regex for parsing Golang parameters - issue #3
- Show correct parameter for methods in Golang - issue #3
- Python Support
- Update README
- Golang Support
- Fix bug in PHP when the parameter name was not found.
- Backend changes.
- Slight performance improvement for PHP parameters.
- Fix bug introduced in 1.0.2
- Attempt to improve PHP parameter functionality for larger files.
- Fix problems with PHP parameters.
BREAKING CHANGES
- Rework the extension to use the new Inlay-Hints API.
- Change the configuration properties.
- Remove Javascript support (use VSCode provided support with settings in
javascript.inlayHints) - Remove TypeScript support (use VSCode provided support with settings in
typescript.inlayHints)
- Added
renderOptionsto decorations to allow display before or after the parameter
- Fixed problem of decorations not being removed when there are errors in the code
- Fixed Cannot read property
setDecorationsof undefined
- Update README to reflect accurate version, installs, and ratings
- Fixed largeFileOptimizations showing wrong decorations on active editor change
- Improved largeFileOptimizations to only get decorations for the lines within view
- Fixed largeFileOptimizations (Decorations no longer appear multiple times)
- Added CHANGELOG