Skip to content

missing docs / exports? #678

Description

@vtjnash

Pre-submission checklist

Client

VSCode

Julia versioninfo()

$ julia --version
julia version 1.12.6

JETLS version

$ jetls --version
JETLS version avi/compiler-summit-2026

Reproduction with the VSCode reference client

  • I have confirmed this issue also reproduces with the VSCode reference client.
  • This issue does NOT reproduce with the VSCode reference client, but I believe JETLS-side changes are needed.

Description

Image

whereas in the Julia REPL, we get help and other info for this binding:

help?> Tsit5
search: Tsit5 AutoTsit5 isbits

  Tsit5(; stage_limiter! = OrdinaryDiffEq.trivial_limiter!,
          step_limiter! = OrdinaryDiffEq.trivial_limiter!,
          thread = OrdinaryDiffEq.False())

  Explicit Runge-Kutta Method. Tsitouras 5/4 Runge-Kutta method. (free 4th order interpolant). Recommended for most non-stiff problems. Good default choice for unknown stiffness. Highly efficient and generic. Very good
  performance for most non-stiff ODEs. Recommended as default method for unknown stiffness problems.

  Keyword Arguments
  –––––––––––––––––

    •  stage_limiter!: function of the form limiter!(u, integrator, p, t)
    •  step_limiter!: function of the form limiter!(u, integrator, p, t)
    •  thread: determines whether internal broadcasting on appropriate CPU arrays should be serial (thread = OrdinaryDiffEq.False()) or use multiple threads (thread = OrdinaryDiffEq.True()) when Julia is started with
       multiple threads.

  References
  ==========

  @article{tsitouras2011runge, title={Runge–Kutta pairs of order 5 (4) satisfying only the first column simplifying assumption}, author={Tsitouras, Ch}, journal={Computers \& Mathematics with Applications}, volume={62},
  number={2}, pages={770–775}, year={2011}, publisher={Elsevier}, doi={10.1016/j.camwa.2011.06.002} }

Steps to reproduce

using OrdinaryDiffEqTsit5
Tsit5()

hover on Tsit5

JETLS configuration (if applicable)

No response

Additional context (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions