Try the following:
Write some jQuery code with AJAX requests, like this:
[code]function bild_loeschen(id) {
var urldaten = {};
urldaten’action’] = ‘bild_loeschen’;
urldaten’id’] = id;
$.post("index.php", urldaten,
function (data) {
$("#bild").html(data);
bilderloader(oe_id);
});
}[/code]
Open the GoTo Anything tool and type “@”. It will show you the bild_loeschen() and the function (data) “functions”. I am pretty sure this is not wanted.
), I thought you said it wasn’t appearing. You can edit the Symbol List Function.tmPreferences, and remove the source.js meta.function.js, but this would cause you to lose the “function” “prefix”. So you would have to do a bit more work to get it to only list non anonymous functions.