Prism's languages may depend on each other, for example, the vbnet requires basic to register before it, smarty, erb, php and soy require markup-templating as their base language
Currently, refractor doesn't handle the dependencies for each language, so code below will fail:
Prism's languages may depend on each other, for example, the
vbnet
requiresbasic
to register before it,smarty
,erb
,php
andsoy
requiremarkup-templating
as their base languageCurrently, refractor doesn't handle the dependencies for each language, so code below will fail:
Will it be solved if
vbnet
's source code requriesbasic
and register it itself?