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
Could it possible instead of clearing noqa by hand, add code action when moving cursor on noqa code comments?
For example, moving cursor on # noqa:, show these code actions:
Would it be possible to implement this as a potential refactor? I'm not that familiar with the LSP spec but there must be a way to publish code actions based on the current position (e.g. refactors)
Could it possible instead of clearing noqa by hand, add code action when moving cursor on noqa code comments?
For example, moving cursor on
# noqa:
, show these code actions:Originally posted by @T-256 in #11276 (comment)
The text was updated successfully, but these errors were encountered: