Change in <g:message> code completion?

Hi,

somehow the code completion upon entering a <g:message> tag has changed - and I would like to get it back to the way it was.
Previously:
<g:mess => would complete to: <g:message $ where $ would be the cursor's place and it would suggest "code" as the next completion step.
Now:
<g:mess + space => is turned into <g:message/>$ ... which is rather useless, as I have to move the cursor back, add a space and then I can continue with the "code" attribute.

Is there a way to get the earlier behaviour back?

0
4 comments
Avatar
Permanently deleted user

It's a bug. I've created issue: http://youtrack.jetbrains.net/issue/IDEA-76250

0

We can press Alt+Enter at the end of this and have IntelliJ IDEA create a valid variable ForAgentsOnly Login declaration for us. We even get useful defaults suggested for variable names and Follow this :

private Square completion(){
Square square = newSquare();
}

 

 

0

Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, SCSS, and Less out of the box. VS Code supports word based completions for any programming language but can also be configured to have richer IntelliSense by installing a language extension

GM Global Connect

0

The default installation of Visual Studio Code includes support for IntelliSense for JavaScript, TypeScript, JSON, HTML, CSS, SCSS, and Less. VS Code is capable of supporting word-based completions for any programming language, but it also has the ability to be enhanced with richer IntelliSense through the installation of language extensions.disneyhublogin.vip
 

0

Please sign in to leave a comment.