Releases: arne-fuchs/intellij-hardhat
Releases · arne-fuchs/intellij-hardhat
1.3.0-beta.4
Features
- Implemented IU Version 2024.2
1.3.0-beta.3
Features
- Implemented IU Version 2024.1
1.3.0-beta.1
Features
- New Test case
- Bug fix reference extraction
- Bug fix null pointer
1.3.0-beta.0
Features
- Improved Variable Handling
- Updated the code completion tests.
- Improved Resolution
- Code Refactoring
- Bug fixes
1.3.0-alpha.2
Features
- Added Code Completion Test badge to README.
- Added additional resources to README.md.
- Removed donation badge from README.md.
- Updated README.md with code completion test status and pre-release installation guidelines.
- Updated JDK version in GitHub workflow.
- Added GitHub Actions workflow for Gradle build and tests.
- The SolidityCodeCompleter has been refactored to enhance efficiency.
- Refactored SolidityCodeCompleter for improved efficiency.
- Updated gradle.properties to include 'java' in platformPlugins.
- Refactored SolidityCodeCompleter method extraction.
- Added new JavaScript test scripts.
- Improved caret positioning and added more detailed error messages in tests.
- Updated code completion tests and added new methods for suggestions.
- Removed outdated TODO comments in SolidityCodeCompleter.
- Added method documentation.
- Updated CHANGELOG.md for version 1.3.0-alpha.1.
- Enhanced CodeCompletionTest with additional tests and setup.
- Updated solidity plugin version in gradle.properties.
- Fixed missing dependency for testing for IDE 2023.2.
- Updated dependencies.
1.3.0-alpha.1
- Added first tests
- Implemented reference resolution
1.3.0-alpha.0
Features
- Added Code Completion for Javascript to complete functions and variables defined in solidity contracts