Destructured variables are not highlited Maveh94561 Created October 28, 2022 09:16 Can WebStorm highlight destructured variables/functions like VSCode does?
Please could you clarify what kind of highlighting you are looking for? they are colored as local variables now
If we look at testReducer function, which I created, it's highlighted yellow-ish. However, dispatchTest is not yellow, despite being a function too.