Automatically replace "mixed" type with determided type
addiks opened this issue · 0 comments
addiks commented
There are a lot occurrences of a undetermined type declaration expressed as type "mixed". This plugin can determine the actual types of these declarations and replace the "mixed" type declaration with the actual type.
The most occurring example of this is the currently auto-generated type-declaration of local variables that currently will always be declared as "mixed".