- Attempt to fix failed rename on apm registry.
- Rename to legacy version.
- Add a workaround to prevent call tips from displaying over autocompletion (thanks to @Talv).
- Call tips should now always display above linter errors.
- A single parameter signature should no longer break over multiple lines.
- Call tips will no longer trigger inside comments, which should improve responsiveness whilst typing them.
- The visual appearance of call tips has been improved. There is now a much clearer distinction between its various components (i.e. types, names and default values).
- Rename the package and repository.
- Fix no call tips being shown after the new keyword for classes that have an implicit constructor.
- Fix the version specifier not being compatible with newer versions of the base service.
- Call tips will now display the default value for parameters.
- The ellipsis for variadic parameters is now shown up front instead of at the back, consistent with PHP's syntax.
- Updated to use the most recent version of the base service.
- Call tips became a bit more asynchronous, improving responsiveness.
- Updated to work with the most recent service from the base package.
- Updated to work with the most recent service from the base package.
- Call tips for very long parameter lists will no longer become very wide.
- Gracefully handle promise rejections so no errors show up in the console.
- Initial release.