In your opinion, what is the best php editor?
I am using pspad but the way it automatically adds brackets, such as if I type ( it automatically adds the other ). I do not like this function and want to make it stop.
So what do you use and recommend?
Posted Answers
Yes I too use pspad and dislike the auto brackets.
However you can turn that off under
> Program Settings -> Editor(part 1)
Uncheck Completion of chars ( { [ < " '
After writing opening character the program automatically writes closing, matching character.
Brackets are completed when the character immediately after the opening bracket isn't word.
Quotes are not completed if there is an alphanumeric character immediately before or after the quote.
Answer by: Anonymous
