ajaxorg / ace

Ace (Ajax.org Cloud9 Editor)
https://ace.c9.io
Other
26.64k stars 5.27k forks source link

json tooltip data #5391

Open remco-pc opened 9 months ago

remco-pc commented 9 months ago

Describe the feature

is there a feature that i can extend / replace the tooltip behaviour to my own custom templates and is this possible to have it stored in json data ?

Use Case

i would like to add some own functions to the tooltip / filler and ideally it can be stored in json files, so i can import /export them easilly with new features.

Proposed Solution

have all data placed in json files, it's cleaner code and separation of concerns

Other Information

No response

Acknowledgements

ACE version used

1.4.14

nightwing commented 9 months ago

Are you talking about autocompletion, or something else? For autocompletion json alone would not be helpful as it requires a parser as well.

github-actions[bot] commented 9 months ago

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

remco-pc commented 9 months ago

yes i like to feed to autocomplete with json data if possible / edit files, complete files