eclipse-viatra / org.eclipse.viatra

Main components of the VIATRA framework
https://eclipse.dev/viatra
Eclipse Public License 2.0
0 stars 1 forks source link

Quick fix to import package containing missing type #59

Open eclipse-viatra-bot opened 5 months ago

eclipse-viatra-bot commented 5 months ago

| --- | --- | | Bugzilla Link | 513576 | | Status | NEW | | Importance | P3 enhancement | | Reported | Mar 13, 2017 11:09 EDT | | Modified | Nov 19, 2018 10:55 EDT | | Version | 1.5.1 | | Reporter | Denes Harmath |

Description

In the VQL editor, if a type name cannot be resolved, but its containing EPackage is contained by one of the required plugins, there should be a quick fix to add an import for the EPackage (similarly to JDT).

Optionally, every EPackage in the Package Registry should be scanned for the missing type name, and the quick fix should also add the containing plugin as a dependency, if it is not yet added.

eclipse-viatra-bot commented 5 months ago

By Zoltan Ujhelyi on Oct 04, 2017 05:04

Postponing.

eclipse-viatra-bot commented 5 months ago

By Zoltan Ujhelyi on Feb 08, 2018 07:21

Postponing to a future release.

eclipse-viatra-bot commented 5 months ago

By Zoltan Ujhelyi on Nov 19, 2018 10:55

Given this feature would require some additional identification mechanism for the package (currently EClass instances are identified by their import declaration), postponing to an unspecified future.