0

The mark occurences option in Netbeans doesn't work on function names for me. I'm on version 6.9.1. Anybody know how to possibly make that work?

1 Answer 1

2

You could use functions expressions, like this:

var func;

func = function () {
    //code
};

Then Netbeans marks it too. I couldn't find another way.

Remember about declaring variables for future functions. Notice a semicolon after definition.

Also this answer should be helpful.

Sign up to request clarification or add additional context in comments.

1 Comment

@Lou Bandy: Generally Netbeans is a good editor, although I found some nasty memory leak bugs when it tried to resolve the type of an object.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.