Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Intellij-Solidity-2.4.6.zip | 2025-04-25 | 7.6 MB | |
2.4.6 source code.tar.gz | 2025-04-25 | 282.1 kB | |
2.4.6 source code.zip | 2025-04-25 | 617.8 kB | |
README.md | 2025-04-25 | 885 Bytes | |
Totals: 4 Items | 8.5 MB | 1 |
- Fixed stack overflow in circular imports, thank you @Paulalex85!
- Fixed import resolution for libraries with identical names, thank you @Paulalex85!
- Added cache to import collection for faster indexing, thank you @Paulalex85!
- Fixed resolution of functions from imported contracts with custom types and
using
, thank you @Paulalex85! - Added file-level
using for
support, thank you @Paulalex85! - Fixed resolving of elements imported with aliases, thank you @Paulalex85!
- Improved file-level import handling, thank you @Paulalex85!
- Support foundry
remappings.toml
, thank you @Paulalex85! - Fixed "Find Usages" for modifiers, thank you @Paulalex85!
- Added references for contracts in the inherited doc tag values, thank you @mbolotov!
- Function and contract resolution with aliases, thank you @Paulalex85!
- Added latest EVM opcode set, thank you @Paulalex85!