You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Docstring Context Extraction And Add JSON Contains Alias
Improve docstring generation by gathering a safer text range from the current symbol. When the symbol spans a single line, the full line is now used directly; for multi-line symbols, the range includes the complete ending line. An explicit warning is shown and generation is aborted if no usable context can be collected.
Also add a clearer JSON object membership API via `JSONItem::contains`, with `hasNamedObject` preserved as a thin alias for compatibility. While touching the JSON helpers, the membership lookup now uses a UTF-8 string conversion path that matches the underlying cJSON call more directly.
* AI docstring generation
* JSON utilities
**Generated by CodeLite**
Signed-off-by: Eran Ifrah <eran@codelite.org>
0 commit comments