mix86 / SublimeJira

Sublime Text 3 plugin for integration with Atlassian Jira
30 stars 16 forks source link

Submit/Update Issue: Handling Autocomplete #6

Open Smolations opened 10 years ago

Smolations commented 10 years ago

This is a feature request.

Currently, there is no autocomplete functionality. There are some field types in JIRA which contain pre-defined values (e.g. Project Name, Issue Type, Assignee, etc.). If there is a way to acquire the fields from an issue, surely there is a way to acquire these pre-defined values for specific fields. If it is possible, those values could be put into a dictionary to use for autocomplete while the user is on that line. It shouldn't matter how many spaces there are between the cursor and colon (:) after the field name.

If the implementation is abstract enough, the functionality can be translated elsewhere. Wouldn't it be cool if ST users could use the same @mention syntax to specify users in comments?! =D