Initial implementation 'Goto Symbols' View

This commit is contained in:
Kris De Volder
2020-05-08 10:22:59 -07:00
parent edf29d2d93
commit 9cc632a7f0
11 changed files with 586 additions and 373 deletions

View File

@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.views">
<view
name="Spring Symbols"
icon="$nl$/icons/boot-icon.png"
category="org.springframework.ide.eclipse.ui.views"
class="org.springframework.tooling.ls.eclipse.gotosymbol.view.SpringSymbolsView"
id="org.springframework.ide.eclipse.boot.dash.views.BootDashView">
</view>
</extension>
<extension
point="org.eclipse.ui.commands">
<category