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
When the cursor (marked by |) is on one of the inputs attributes [edit: or one of its direct children?], I would expect the pack_bindings code action to be available:
That is fine in the minimal example. But when there are many attrs I would like to act upon, it becomes more difficult (for example, when dealing with the nested attributes of many inputs.<name> attributes).
This behavior is especially strange to me because I have a sense that this changed some time in the past few months. Though it is also very possible that I am mistaken.
If it matters, I am using the nil flake package within Emacs+Eglot.
The text was updated successfully, but these errors were encountered:
When the cursor (marked by
|
) is on one of theinputs
attributes [edit: or one of its direct children?], I would expect thepack_bindings
code action to be available:But
pack_bindings
only becomes available when the cursor is on an existing nested attrset form:That is fine in the minimal example. But when there are many attrs I would like to act upon, it becomes more difficult (for example, when dealing with the nested attributes of many
inputs.<name>
attributes).This behavior is especially strange to me because I have a sense that this changed some time in the past few months. Though it is also very possible that I am mistaken.
If it matters, I am using the
nil
flake package within Emacs+Eglot.The text was updated successfully, but these errors were encountered: