temporarily enable dumping of beans index information when retrieving symbols for a project

This commit is contained in:
Martin Lippert
2023-07-14 12:59:38 +02:00
parent cc15b8ead8
commit cfe46378b4

View File

@@ -83,7 +83,7 @@ public class InProjectSymbolsProvider implements SymbolsProvider {
if (project != null) {
// dumpBeansModel(project.getName()); // for debug purposes
dumpBeansModel(project.getName()); // for debug purposes
String projectLocationPrefix = LSPEclipseUtils.toUri(project).toASCIIString();
query = "locationPrefix:" + projectLocationPrefix + "?" + query;