To autocomplete your current Tag in Textmate you need to press:
Cmd+Alt+
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
To autocomplete your current Tag in Textmate you need to press:
Cmd+Alt+