Community
Participate
Working Groups
Build Identifier: Code Completion or Type resolution does not happen for newly added import packages in the Query Editor. It works after restart of Editor Reproducible: Always Steps to Reproduce: Put an import run code completion. Add new import statement. A restart is required to get new items in code completion.
Created attachment 190615 [details] Patch for org.eclipse.emf.query2.stringsyntax plugin containing fix for refresh of import scope on change of import statements
This is a reproducible issue and the fix for the same has been provided. Import scope was only getting intialized when the query editor is opened.Even though there is a change in import statement,new scope was assigned to import scope only on re-opening the editor. This is now fixed to refresh the import scope on changing the import statements. Please find the fix attached as a patch above. Thanks & Regards, Manasa
Closing the issue as the fix has been submitted