Yaml<->Props conversion commands, tests, integration in VSCode, Eclipse

This commit is contained in:
aboyko
2024-03-26 23:37:29 -04:00
parent e528454f2c
commit aed212796f
22 changed files with 1622 additions and 40 deletions

View File

@@ -17,6 +17,7 @@
name="Convert .yaml to .properties">
</command>
</extension>
<!--
<extension
point="org.eclipse.ui.menus">
<menuContribution
@@ -90,6 +91,7 @@
</menuContribution>
</extension>
-->
<extension point="org.eclipse.ltk.core.refactoring.renameParticipants">
<renameParticipant class="org.springframework.ide.eclipse.boot.refactoring.typerename.TypeRenameParticipant" id="org.springframework.ide.eclipse.boot.refactoring.TypeRenameParticipant" name="Rename Companion Type Rename Participant">