facebook

Autosuggesting for html/css attributes

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #290449 Reply

    xeel
    Member

    Is there any plugin or buildin function for autosuggesting html/css attributes (like in Dreamweaver) in myeclipse 6.5/7?

    #290454 Reply

    Loyal Water
    Member

    MyEclipse has a built in autocomplete for html/css. Are you looking for something else?

    #290457 Reply

    xeel
    Member

    Was trying to find anything and what I’ve found so far is not very complete attribute list for html tags in separate window and that when I put an html begin tag and trying to close it ME does it for me. And thats all. I know I ‘ve missed something. How does this autocomplete work? Any condition/key-comb??

    #290475 Reply

    Loyal Water
    Member

    xeel,
    When you working with an html file, you can use ctrl + space to bring up the list. And you need to keep one thing in mind … when you press ctrl + space, only the valid html tags that can be placed at that location will so up. So if your in the <body> tag and you want to add a table, when you hit ctrl + space only the <table> tag will show up (along with some other tags) but the <tr> and <td> tags will not show up. Once you have place the <table> tag and then hit ctrl + space in a <table> tag, the <tr> tag will show up in the drop down.

    I hope I didn’t confuse. Let me know if you need any further clarifications.

    #290482 Reply

    xeel
    Member

    Nice… never knew that, and seems it works pretty well. Thanks a lot, really! Now the last question:
    – Is there any way to trigger “Ctrl + Space” automatically on entering space for example, or any other event?

    #290484 Reply

    xeel
    Member

    Ok solved it, tnx a lot ^^

    #290514 Reply

    Loyal Water
    Member

    Your welcome.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Autosuggesting for html/css attributes

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

You must be logged in to post in the forum log in