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

Add Jenkins Symbols autocomplete #195

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

janfaracik
Copy link
Contributor

@janfaracik janfaracik commented Nov 28, 2024

Very rough still + still exploratory, but thought I'd post to get thoughts.

Looking to add autocomplete for Jenkins Symbols to make the developer experience cleaner.

image image

Current thinking is to offer suggestions from the project, core and the ionicons API (if installed).

Testing done

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@duemir
Copy link
Member

duemir commented Nov 29, 2024

If it is a generic system that relies on certain file types placed in directories with specific names, it might be possible to use Intellij indexes to look them all up, e.g. https://plugins.jetbrains.com/docs/intellij/file-based-indexes.html#file-name-index

If it makes things simpler, we can also add Maven plugin as a dependency. For example, https://plugins.jetbrains.com/docs/intellij/xml-dom-api.html mentions Maven plugins as a reference, so model of the maven project might already be exposed in a relatively easy to get way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants