Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGi: add completion for properties available in 'sling:OsgiConfig' file #177

Open
deeprim opened this issue Aug 22, 2018 · 0 comments
Open

Comments

@deeprim
Copy link
Collaborator

deeprim commented Aug 22, 2018

Given a sling:OsgiConfig file has correct name, hence we can derive corresponding OSGi service class from it, provide list of all available properties upon completion for attribute name within the file

<!-- config.dev/com.service.Service.xml -->
<?xml version="1.0" encoding="UTF-8"?>

<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
          jcr:primaryType="sling:OsgiConfig"
          <caret> <!-- list of properties derived from com.service.Service should be proposed for completion --> 
@koha26 koha26 added this to the v1.0 milestone Jul 17, 2022
@koha26 koha26 modified the milestones: v1.0.1, v1.0.0 May 27, 2023
@koha26 koha26 modified the milestones: v1.0.4, v1.1.0 Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Common
Awaiting triage
Development

No branches or pull requests

2 participants