Extraction of inline tags lets the user to extract either the whole tag or a tags attribute.
The detection of hard-coded string will work differently, depending on the configured inline-tags
If the inline tags are configured, they will be detected as hard-coded strings and can be extracted, otherwise, not detected.
The behavior for this feature will differ from source to source and how it treats inline tags
Both of these sources will apply escaped formatting on the tags
Blade:
Twig:
Vue - Not supported yet
PHP and JS - These sources have no concept of inline tags, but are dealing with strings, thus there is no configuration and inline tags are considered the same as regular strings.