I recently switched from VSCode to WebStorm. I changed the code color to my own color.
Different color recognition for features in VSCode and WebStorm. This causes problems when using WebStorm.
I made the function blue and the variable pink. In vscode it is recognized as a function, but in webstorm it is recognized as a variable.
I think putting a function in a variable should be a function. Is there a way to make it blue when a function is assigned to a variable like in VSCode?
WebStorm
VSCode
I don't get what you mean, but both of the IDEs say that that function in any case returns void.