Intellisense -- Please include the php E_USER constants

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
fuzzylogic
Posts: 43
Joined: Thu Jan 10, 2008 11:55 am

Intellisense -- Please include the php E_USER constants

Post by fuzzylogic »

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.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

Thanks, we will see what can be done. There was a post about including also "php superglobal variables".
Post Reply