You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- added support for Solidity 0.8.30 <smallclass="label">[core]</small>
14
+
- improved LSP hover text for declarations <smallclass="label">[language server]</small>
15
+
- added missing NatSpec documentation to enums and structs
16
+
- added `indexed` keyword to event parameters
17
+
- go to definition and hover LSP features now point to contract's constructor instead of the contract where appropriate <smallclass="label">[language server]</small>
18
+
-`@inheritdoc` is now expanded in LSP hover <smallclass="label">[language server]</small>
19
+
- added highlighting of relevant code for command-line detections output <smallclass="label">[static analysis]</small>
20
+
- implemented `chainlink-deprecated-function`, `unused-error`, and `unused-event` detectors <smallclass="label">[static analysis]</small>
21
+
22
+
Fixes:
23
+
24
+
- fixed compilation of files with structurally different ASTs <smallclass="label">[core]</small>
25
+
-`extra` dictionary is no longer cleared after LSP printers run as it may be used by command callbacks <smallclass="label">[language server]</small>
0 commit comments