You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "高浩 (Jira)" <ji...@apache.org> on 2020/07/15 05:54:00 UTC

[jira] [Comment Edited] (NETBEANS-4576) Better support for HTML autocomplete attributes

    [ https://issues.apache.org/jira/browse/NETBEANS-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157907#comment-17157907 ] 

高浩 edited comment on NETBEANS-4576 at 7/15/20, 5:53 AM:
--------------------------------------------------------

What do you mean? 

1. Do you *only* need the auto-completion for *input* tag?

 

2. Do you mean you want NetBeans to provide HTML auto-completion proposals without typing the character *<* 

For example:

You can get auto-completion proposals if you write below code:
{code:java}
//html
<inp{code}
But you cannot if you write:
{code:java}
//html
inp{code}
So you want to improve this situation?

 

I think some of the auto-completion proposals come from the WebStrom's built-in Emmet plugin.

Look at the picture:

The proposals such as *{color:#4c9aff}inp{color}ut* 、*{color:#4c9aff}inp{color}ut:b*、*{color:#4c9aff}inp{color}ut:button* and *{color:#4c9aff}inp{color}ut:c* are Emmet's *Expand Abbreviation.* 

So I wonder

3. Do you want NetBeans to provide HTML auto-completion for Emmet's expand abbreviation?

If so, we can file an issue in

[https://github.com/emmetio/netbeans]

 

!emmet.png!

 


was (Author: humphrey gao):
What do you mean? 

1. Do you *only* need the auto-completion for *input* tag?

 

2. Do you mean you want NetBeans to provide HTML autocomplete proposals without typing the character *<* 

For example:

You can get autocomplete proposals if you write below code:

 
{code:java}
//html
<inp{code}
But you cannot if you write:

 

 
{code:java}
//html
inp{code}
So you want to improve this situation?

 

 

I think this feature comes from the WebStrom's built-in Emmet plugin.

Look at the picture:

The proposals such as *{color:#4c9aff}inp{color}ut* 、*{color:#4c9aff}inp{color}ut:b*、*{color:#4c9aff}inp{color}ut:button* and *{color:#4c9aff}inp{color}ut:c* are Emmet's *Expand Abbreviation.* 

So I wonder

3. Do you want NetBeans to provide HTML autocomplete for Emmet's expand abbreviation?

If so, we can file an issue in

[https://github.com/emmetio/netbeans]

 

!emmet.png!

 

> Better support for HTML autocomplete attributes 
> ------------------------------------------------
>
>                 Key: NETBEANS-4576
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4576
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: web - HTML Editor
>    Affects Versions: 12.0
>            Reporter: Los Vitaly
>            Assignee: Junichi Yamamoto
>            Priority: Major
>         Attachments: autosuggest.gif, emmet.png, netbeans-4576-prototype.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I just ask, if it can be implemented in Netbeans. 
> I made GIF about different behavior in storm and netbeans.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists