it would be helpful if the automatic completion included the php E_USER constants. I have trouble remembering them because I seldom use them; so then I have to stop and look it up every time. I use them enough to be annoying to have to look them up, but not enough to have yet memorized them.
The ones that I know of are
E_USER_ERROR
E_USER_WARN
E_USER_NOTICE
they are used by/with trigger_error('Msg', E_USER_) and possibly other places.
Intellisense -- Please include the php E_USER constants
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
-
- Posts: 43
- Joined: Thu Jan 10, 2008 11:55 am