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
Is your feature request related to a problem? Please describe
Need to capture source code position information (line/column) for parameters in method declarations to enable precise source code navigation and analysis.
Describe the solution you'd like
Add position tracking fields to ParameterInCallable class:
Is your feature request related to a problem? Please describe
Need to capture source code position information (line/column) for parameters in method declarations to enable precise source code navigation and analysis.
Describe the solution you'd like
Add position tracking fields to ParameterInCallable class:
Current implementation:
Proposed implementation:
Describe alternatives you've considered
Direct field storage in
ParameterInCallable
provides the clearest and most maintainable solution that can be consumed by CLDK downstream.Additional context
Implementation requires minor changes:
The text was updated successfully, but these errors were encountered: