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
for example, code action that creates an identifier which is referenced in multiple places (ex, extract method or generate method), snippet (${0:newMethod}) can be used to let users to change auto generated identifier name. (I know this particular example can be done through rename, but let's assume rename is not available for whatever reason)
it would be nice if we can get this functionality in any text edits.
The text was updated successfully, but these errors were encountered:
currently, snippet (not the snippet feature but functionality) is only supported in completion (https://microsoft.github.io/language-server-protocol/specifications/specification-3-14/#textDocument_completion). but the snippet functionality seems generally useful for any text edits.
for example, code action that creates an identifier which is referenced in multiple places (ex, extract method or generate method), snippet (${0:newMethod}) can be used to let users to change auto generated identifier name. (I know this particular example can be done through rename, but let's assume rename is not available for whatever reason)
it would be nice if we can get this functionality in any text edits.
The text was updated successfully, but these errors were encountered: