If this is your product, you can request to edit it here.
Version Reviewing: 2.3
"It does simple code editing and is not an integrated development environment (IDE)."
Summary:
Typical VS style UI, supporting light and Dark theme switch. The next buttons are New, Search, Git, and Debug. But the functional layout is exactly like Atom.
It takes 5 or 6 seconds to open a file with nearly 3 million lines of code. There is no lag or crash in browsing. It does not lag in continuing coding or going to Line. It's pretty well optimized.
Version Reviewing: 2.3
"Great IDE"
Summary:
This is a very well made tool suite that has lots of versatility and robust functionality
|
What does this code do?
public class Demo { public void method1() { synchronized (String.class) { System.out.println("on String.class object"); synchronized (Integer.class) { System.out.println("on Integer.class object"); } } }
Programming Language: Java