1

I'm using Adobe Dreamweaver CS5, I have been using this for a long time, but this is the first time I am facing such issue.

Some of the code hintings are disbaled, like $_SERVER, $_REQUEST, etc..

Is there any option to enable these hints? I tried preference option though its disabled.

I am missing exactly this:


(source: killersites.com)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Manikandan
  • 23
  • 1
  • 5

5 Answers5

2

Go to menu Edit -> Preferences -> Code Hints and then disable jquery code 1.7.

halex
  • 16,253
  • 5
  • 58
  • 67
Developer-Sid
  • 1,372
  • 11
  • 9
0

PHP code hinting is turned on in DW options correct? (sorry can't post pic as comment) Dreamweaver Code Hinting options

WebChemist
  • 4,393
  • 6
  • 28
  • 37
  • DW code hinting files are located at C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\configuration\CodeHints\. Core PHP functions and definitions are in the \BuiltinCode\ subfolder, where as Superglobal definitions are in the \Descriptions\PHP_CORE files – WebChemist Aug 07 '12 at 01:25
  • Yes Pal it is enabled, everything is fine with that I have used all the possiblities i seen online. – Manikandan Aug 08 '12 at 04:53
  • Well if php hinting boxes are checked like in the picture I uploaded, and php/xml files are in the CodeHints folders mentioned in my comment above and its still now working then you may need to reinstall Dreamweaver, or at the very least see if you can locate the CodeFiles on the install disk and recopy them. If that still doesn't work you may need to take it up with Adobe – WebChemist Aug 08 '12 at 09:45
  • no problem. Yours is a truly strange issue, I've been using DW daily for years and never had any issues with code hinting. – WebChemist Aug 10 '12 at 21:03
0

Go to "preferences->code hints" and disable jquery code 1.7 and it works. :)

0

you can solve the error by just simply disabling the jquery hinting.

0

Don't exclude jquery, the solution is just to increase the delay, just 0.5.

Alex
  • 125
  • 2
  • 8