Skip to content
#

Java

java logo

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

Here are 328 public repositories matching this topic...

spider-mane
spider-mane commented Feb 21, 2020

In twig, whenever a comment starts the first non-empty line following an opening tag, the attributes are forced onto a new line and indented.

<div class="container text-white-90">

  {# brand/ logo #}

becomes

<div 
  class="container text-white-90">

  {# brand/ logo #}

I'm using the Twig Language VS Code extension, but this also happens on the website

JulioJu
JulioJu commented Apr 15, 2019

Hi,

Maybe it could be cool to add in the README.md a short paragraph that explain how to customize compiler warnings / errors.

It's a server side LSP customization, but for newbies it could be very very cool to have this documentation in the README.md of the current project.

Simply say that we should add customization under root_project/.settings/org.eclipse.jdt.core.prefs with value

sonarQuest

Created by James Gosling

Released May 23, 1995

Website
www.oracle.com/technetwork/java/javase/overview/index.html
Wikipedia
Wikipedia
You can’t perform that action at this time.