We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.copilot.ide.
Package com.vaadin.copilot.ide
Class IdeUtils
java.lang.Object
com.vaadin.copilot.ide.IdeUtils
Utility class for currently used IDE
Supports detecting VS Code, Eclipse and IntelliJ.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
findIde
Finds IDE used to run application
Returns:
optional IDE
-
openFile
Opens the given file at the given line number in the IDE used to launch the current Java application.
If you are running the Java application from the command line or from an unsupported IDE, then this method does nothing.
Parameters:
file
- the file to openlineNumber
- the line number to highlight -
main
-