Chrizzly

Results 100 issues of Chrizzly

When I type < I have code completion for the namespaces which I have declared like xmlns:g and so on, but this feature is missing for the attributes. This feature...

enhancement

A colleague uses intelliJ and for gwt, the IDE shows him an hint (underlined) when the @UiField attribute is missing in the java file but set in ui.xml and vice...

enhancement

## Please, provide the details below: As we already have a Vue project type #18, I really want to see a Vue + TypeScript project type. Vue and TypeScript gets...

feature

When I type `ul>li*3` I would like to also use enter, not only tab. VS Code will add this entry to the code completion automatically this is why I see...

It would be great to have this feature implemented in this plugin. I know that you don't need closing tags in HTML5 but or my perspective, I will still use...

I only use emmet for HTML, in CSS it breaks the code completion a bit. Often I type only 3 characters hit tab and I think emmet jumps in and...

enhancement

**Is your feature request related to a problem? Please describe.** This came into my mind as I saw jupyter in action and there are integrations for VS Code and intelliJ....

enhancement
feature-request
contribution-welcome

I'm adding basic syntax highlighting for ABAP via your textmate lexer to Apache NetBeans. I figured out a problem with this example https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abengame_2048_abexa.htm. It seems that the ending of a...

When I open Restclient for the first time, for example after a restart of NetBeans or in a development environment, the first ever taken request took longer than the following...

when I call google.de or twitter.de with or w/o www doesn't matter, I got this exception: ``` java.lang.NullPointerException at org.netbeans.modules.xml.text.breadcrumbs.BreadcrumbProvider.update(BreadcrumbProvider.java:128) at org.netbeans.modules.xml.text.breadcrumbs.BreadcrumbProvider.caretUpdate(BreadcrumbProvider.java:89) at java.desktop/javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:412) at java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4489) at java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4511) at org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)...