We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Code lenses for Run/Debug links on main methods don't show up immediately
public static void main(String[] args) { System.out.print("hello"); }
Run/Debug code lenses don't show up immediately
Run/Debug code lenses should show up immediately after the public static main method is added
main
Code lenses for Run/Debug links on main methods don't show up immediately
Environment
Steps To Reproduce
Current Result
Run/Debug code lenses don't show up immediately
Expected Result
Run/Debug code lenses should show up immediately after the public static
mainmethod is added