Php code hints

im using php and code hinting isnt working? shouldnt it show functions and a list of stuff?
im using CS5 and i am wokring on a .php file. where is the hints?

Type in something like:
<?php
and then hold Ctrl and hit the space bar.  This will bring up a code hint box for functions and stuff.
Then as you start typing in code, it will bring up the stuff you are looking for.
Also the menu at the top - Site -> Site Specific Code Hints
will allow you to scan your site and setup hints that way.

Similar Messages

  • Add wordpress code hinting extension, now there is no php code hinting

    I installed the the dreamweaver plugin here http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=3230522 which enables code hinting for wordpress functions. This is great but now there is no normal code hinting for php.
    Is there a way to have both wordpress and php code hinting at the same time?
    Thanks

    HTML5 code hinting has been available in Dreamweaver since version CS5.5. It's definitely there in CS6, both in the original version, and in the 12.1 Creative Cloud update. The HTML5 code hints are not dependent on the Doctype. They appear even if you have an XHTML 1.0 Doctype.
    Since you have multiple problems with Dreamweaver CS6, it sounds as though you have a corrupt installation. Alternatively, there is something else on your computer that is causing a conflict with Dreamweaver. A third possibility is faulty RAM. I remember having serious problems with Dreamweaver several versions ago. It turned out that Dreamweaver was the only program accessing a damaged sector of RAM. It might be worth running a diagnostic program on your hardware.
    The other possibility is that you have been sold a cracked version. Did you buy Dreamweaver directly from Adobe or from some other source?

  • Using PHP code hinting in Dreamweaver CS5 | Learn Dreamweaver CS5 & CS5.5 | Adobe TV

    Learn how easy it is to create PHP code by using some of the new code-hinting features in Dreamweaver CS5
    http://adobe.ly/wjmnc1

    I've been using Dreamweaver to create php based websites with the popular Zend Framework 1.  I'm now trying to integrate Dreamweaver with ZF2 and the Dreamweaver is giving me errors for lies such as:
    $loader = new Zend\Loader\StandardAutoloader(array('autoregister_zf' => true));
    and
    use Zend\Session\Container;
    even though the lines are correct.  Do I have to do anything special in Dreamweaver so that it recognizes these statements as not being errors?

  • Site Specific Code Hints asking for php server?

    I'm trying to edit my wordpress using dreamweaver, but having such a hard time setting it up.  Right now when I go to set up the site specific code hints for wordpress, it is asking me to add a php server.  The site I have has a php server so I am so confused.   Can someone please help me?  I'm not sure what I did wrong.

    The site I have has a php server
    That is for your 'remote' website. Yes, it will obviously have a PHP server as it runs WP on it.
    For you to be able to edit WP files locally, you need a PHP environment such as WAMP for Windows or MAMP for Mac OS.
    Get it here:
    MAMP: www.mamp.info/en/
    WAMP: http://www.wampserver.com/en/
    Install it on your computer and start the server before trying to edit files in DW.

  • Code hints don't work - include files using a variable

    In Dreamweaver CS 5.5 code hints didn't work properly.
    DW would not look at my code and find the include files and look at the functions inside them when using a variable to make an absolute path, which is the best way to include files in PHP (its faster and more reliable on your web server)
    Here is an example:
    ======================================
    public_html/util/util_index.php
    $DIR_MAIN            =dirname(dirname(__FILE__).'../');
    require_once "$DIR_MAIN/init.php";
    my_function(#CODE COMPLETE DOES NOT WORK HERE
    public_html/init.php
    $DIR_INCLUDE=               "$DIR_MAIN/inc";
    require "$DIR_INCLUDE/common_functions.php";
    #set up environment variables
    #connect to the database
    #etc
    public_html/inc/common_functions.php
    function my_function(param1, param2, param3) {
    =======================================
    Has this been fixed in Dreamweaver CS6 or should I wait until CS7?
    Until this works, I prefer Notepad++

    I made a full SQL Developer installation with Java included, so I suppose that the included version is used.
    After a problem with the German Version I tried to switch to English Version by using the hint:
    link: 1.5.4 export insert statements
    I changed the content of sqldeveloper.conf and now again the code templates (strg-shift-t) don't work!!!
    (I already rebooted and set the accelerators to default, but it didn't help now.)
    This is the content of my sqldeveloper.conf now:
    "IncludeConfFile ../../ide/bin/ide.conf
    AddVMOption -Dapple.laf.useScreenMenuBar=true
    AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer"
    AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false
    AddVMOption -Dcom.apple.macos.smallTabs=true
    AddVMOption -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true
    AddVMOption -Dsun.java2d.ddoffscreen=false
    AddVMOption -Dwindows.shell.font.languages=
    AddVMOption -XX:MaxPermSize=128M
    IncludeConfFile sqldeveloper-nondebug.conf
    AddVMOption -Duser.country=US
    AddVMOption -Duser.territory=US
    AddVMOption -Duser.language=en
    "

  • PHP Code Assist?

    Hello,
    I am trying dreamweaver out as an alternative as i find most programs are not very helpful.
    I am new to PHP and thought Dreamweaver CS4 will help me with my learning of PHP programming.
    Does anyone know of a PHP Code Assist addon ?
    I find dreamweaver CS4 does not hardly provide any help with assisting when i am programming. To have some help would be great.
    The help it provides is very minimal.
    So if you know of any addon, extension i would appreciate a reply.
    Thank you,
    genieuk

    genieuk wrote:
    for example i was using Aptana Studio and as i typed it would automatically come up with suggestions of what i was going to type so when i press enter it does it for me.
    I haven't used Aptana, but I have used other PHP editors, such as Zend Studio and PhpED. Dreamweaver doesn't track the names of variables used in a page, so it can't make intellisense-type suggestions. It would certainly be a good addition to Dreamweaver, but it doesn't do it.
    What Dreamweaver does have is code hinting for approximately 2,600 PHP functions. Anywhere in a PHP block, just press Ctrl+Space, and the code hints appear. As you start typing, the code hints scroll, and you can press Enter as soon as you hit the function you're looking for. It then inserts the opening parenthesis and displays hints for the arguments.
    Dreamweaver also has a suite of PHP server behaviors that speed up development with a database connection. However, if you're already hand-coding, you might find them limiting. The server behaviors are a good start, but the code needs customizing if you want to go beyond basic functionality.

  • Write PHP code above HTML tag

    I've created a toolset that allows me to add Form fields that
    we use in our system. But now I want to take that a step further. I
    want to be able to write corresponding PHP code above the HTML tag
    at a specific location. This while looping through the formfields
    in the form and dynamically write the INSERT and/or UPDATE query.
    The last bit I can probably figure out. What I would like to
    know is how to write the code above the HTML tag between <?
    ?> or with a search/replace of the INSERT or UPDATE line in the
    code.
    Can anyone give me some hints or tips on this?
    Thanks in advance!

    Hi Bahare,  
    The <script> tag is used to define a client-side script, such as a JavaScript.
    The <script> element either contains scripting statements or it points to an external script file through the src attribute.Common
    uses for JavaScript are image manipulation, form validation, and dynamic changes of content.
    You should write C# code inside asp.net (C#)(.cs).page. For more infomation,Please check
    http://msdn.microsoft.com/en-us/library/vstudio/k33801s3(v=vs.100).aspx
    In addition,
    This forum is to discuss problems of C# development.
    You'll need to post it in
    ASP.NET forum for more efficient responses, where you can contact ASP.NET experts.
    Best Regards,
    Kristin

  • MXML Code Hints in Dreamweaver

    Hey folks,
    In case anyone is interested, I have created a Dreamweaver
    extension which adds the .mxml document type along with MXML tag
    code hints. Check it out, I would be interested to see the number
    of Dreamweaver folks that want this. You can get to it here:
    http://www.skipslate.com
    Brice Mason

    I wouldn't be surprised at anything in DMX, honestly. If you
    are doing alot
    of CSS work, you should be in DW8 anyhow. Is there any chance
    you can
    upgrade?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Mack Merkur" <[email protected]> wrote in
    message
    news:el69eh$bnu$[email protected]..
    > This is really strange:
    > The code hints work fine for HTML, JS, PHP and other but
    not for CSS. I
    > have
    > the code hints enabled and their delay set to 0 (zero)
    seconds. Also i try
    > to
    > force the code hints menu to pop-up by pressing
    ctrl+space but it doesn't
    > work
    > either. The CSS file is beeing created in Dreamweaver
    from scratch.
    >
    > any ideas? I really need this to work since I do tons of
    CSSing
    > lately.
    >

  • Extending Code Hints

    Hey all,
    I don't know if this is a stupid query or not.  We work extensively with PHP and as such find ourselves using the code hinting to a reasonable level.  What I have found frustrating though is that we have an extensive library of functions that we have created that I cannot see when using code hinting (at this stage anyway).
    Does anyone know if there is a switch or some extension of the Dreamweaver intellisense which will allow it to intelligently scan our PHP files for functions that should be listed in the code hints? 
    Dreamweaver already extends with CSS so I'm guessing it's possible but I just can't work our where or how.
    Any help would be appreciated.

    Don't know if this is exactly what you want but try the - PHPCode5 extension from the Adobe exchange.
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1747 522

  • Burrito code Hinting issue

    Hello there,
    I've a big issue with code hinting on the brand new Burrito! For all class (native and created...) when i hit ctrl space i've nothing appear in th code hint panel!
    Maybee somthing new must bee installed?
    What a bug!

    I've had this problem with all versions of FB. It will auto-complete and open-resource some of my packages/classes, but not all. Workaround is to run a script in BBEDIT that replaces spaces with tabs, then another does the reverse. This touches all my classes and refreshing FB does the trick. It's a bit of a pain. If anyone knows a better solution, I'd be happy to hear it.
    -Gabriel
    Can you get the rabbit back in the hat?
    Houdini's Hat:
    http://www.pizmogames.com/games/load.php?g=houdinishat

  • Code hints & colorize: custom file type

    Example:
    I'd like to colorize and have code hints of my STYLES.CSS.PHP
    not as a PHP
    document, but as a CSS document. Is it possible?

    Changing and adding file extensions recognized by Dreamweaver
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16410
    Note- edit the Configuration folder for You as a User-
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • :Multi Monitor: php function hint stretches across all monitors!!

    Dreamweaver CS4
    Windows 7 x64
    Whenever I'm writing php script with dreamweaver and start to type a php function (in this example strstr) the code hints for arguments pops up after typing the first parentheses to show what arguments are accepted (in this example haystack and needle). This is all well and good, sometimes it's helpful if I have forgotten and need a reminder but the problem is I have 4 monitors and the hint pops up on the left monitor when I am actually coding on the right monitor... It's an annoying flaw that I can't seem to find a fix to.
    So to recap: I have 4 monitors from left to right.
    I use dreamweaver on the RIGHT two monitors.
    The function argument hinting while coding PHP appears on the furthest LEFT monitor (1st monitor)
    It also leaves a bar across all monitors.
    If there is a way to fix this bug please let me know

    Dreamweaver CS4
    Windows 7 x64
    Whenever I'm writing php script with dreamweaver and start to type a php function (in this example strstr) the code hints for arguments pops up after typing the first parentheses to show what arguments are accepted (in this example haystack and needle). This is all well and good, sometimes it's helpful if I have forgotten and need a reminder but the problem is I have 4 monitors and the hint pops up on the left monitor when I am actually coding on the right monitor... It's an annoying flaw that I can't seem to find a fix to.
    So to recap: I have 4 monitors from left to right.
    I use dreamweaver on the RIGHT two monitors.
    The function argument hinting while coding PHP appears on the furthest LEFT monitor (1st monitor)
    It also leaves a bar across all monitors.
    If there is a way to fix this bug please let me know

  • Joomla Site-Specific Code Hints not working, DW5

    I setup a Site using an existing Joomla installation on localhost, including the testing server and MySQL database.  After trying to enable Site-Specific Code for Joomla for this Site, I still cannot get any sort of Joomla reference or hinting while editing code.  After seaching both these forums and other sites, I cannot seem to find any details as to how this integration actually works.
    Where in DW5 can I actually see Joomla integration, code hinting, or Joomla API reference after setting it up with a Site?

    Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Site-Specific Code Hints

    I am using a 30 day trial version of CS5.5. (side not, I love it) so I don't know if this is the source of my problem. I installed Wordpress on my computer and I am using XAMPP. I have opened the Site-Specific Code Hints and pressed ok. It does nothing. And I see no configuration file.
    I was wondering if anyone had any ideas as to why it is failing.
    Thanks in advance.

    Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Site-specific code hints not working

    Hi, I'm new here. I really hope that someone will help me. I think this might be a very simple question.  I am using WAMP and it's working. I have installed the Zend Framework and made sure that the include_path is the path where Zend Framework library resides. I'm trying to use Zend's Date.php and its Zend_Date() class. I have correctly added the site-specific code hints. My problem is that I am getting this error: Fatal error:  Call to undefined function Zend_Date() in C:\wamp\www\dwwithphp\_includes\DateUtility.php on line 6. I am actually following lynda.com's Dreamweaver CS5 with PHP and mySQL tutorials in chapter 0305: Using Zend Framework classes with code hints. I have followed all instructions and I'm getting this error. Please help. Thanks in advance.

    Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

Maybe you are looking for