Sublime Forum

Is there no official command list with documentation of parameters?

#21

the functions that I mentioned and many others are not mentioned at all in the API docs.

0 Likes

#22
  • meta_info is used in the Default packages, so its fairly easy to discover what it does
  • extract_tokens_with_scopes() was created specifically at my request, and Jon kindly added it and shipped it just in time for a stable release, so we agreed not to document it in case it went terribly wrong
  • is_in_edit() is presumably just used internally and not something for us to worry about
  • indented_region() and has_non_empty_selection_region() are pretty obvious and again iirc the former is used in the Default packages
  • find_all_results_with_text() I havenā€™t seen but it sounds simple enough
0 Likes

#23

@kingkeith, I didnā€™t ask why these functions were not documented, as I said before many of the undocumented functions are interpretable whether from their names or their use cases, but a small entry in the API docs is not a lot of work. some try to avoid undocumented functions, hereā€™s an example.

0 Likes