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
What does it takes to support IDE features with LSP? What would be the approach?
Top of my head these would be useful:
Navigating through variable interpolation / resolver i.e. understanding the $ operator and go to the definition.
Go to reference, this however need some context, I am not sure should this work in an IDE. Namely it requires the LSP to understand which files are related in realistic examples (since you would likely separate config into multiple files). It would be good enough to have something works for a single file though.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What does it takes to support IDE features with LSP? What would be the approach?
Top of my head these would be useful:
$
operator and go to the definition.Beta Was this translation helpful? Give feedback.
All reactions