Package com.vaadin.copilot.ide
Class IdeIntegration
java.lang.Object
com.vaadin.copilot.ide.IdeIntegration
Integration with IDEs for development mode.
-
Constructor Summary
ConstructorsConstructorDescriptionIdeIntegration(com.vaadin.flow.server.VaadinSession session) Creates a new integration with the given configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoidshowComponentAttachInIde(com.vaadin.flow.component.Component component) Opens, in the current IDE, the location (file + line number) where the given component was attached.voidshowComponentCreateInIde(com.vaadin.flow.component.Component component) Opens, in the current IDE, the location (file + line number) where the given component was created.
-
Constructor Details
-
IdeIntegration
public IdeIntegration(com.vaadin.flow.server.VaadinSession session) Creates a new integration with the given configuration.
-
-
Method Details
-
showComponentCreateInIde
public void showComponentCreateInIde(com.vaadin.flow.component.Component component) Opens, in the current IDE, the location (file + line number) where the given component was created.- Parameters:
component- the component to show
-
showComponentAttachInIde
public void showComponentAttachInIde(com.vaadin.flow.component.Component component) Opens, in the current IDE, the location (file + line number) where the given component was attached.- Parameters:
component- the component to show
-