Option to disable inline preview #2478
-
Inline previews are handy to give context to content while editing code. However, they obfuscate the flow of the code by injecting characters that aren't really there. This can result in counter-intuitive results, especially when considering automated code formatting tools like Prettier. Feature suggestions (I'll be happy with the first, the rest are bonus):
⬇️ Please upvote this discussion if you want to see this implemented. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@samuelstroschein what do you think? |
Beta Was this translation helpful? Give feedback.
-
This is now available in v1.41.1 🎉 Disable Inline AnnotationsYou can disable inline annotations by setting the following property to "sherlock.inlineAnnotations.enabled": false |
Beta Was this translation helpful? Give feedback.
This is now available in v1.41.1 🎉
Disable Inline Annotations
You can disable inline annotations by setting the following property to
false
in your VS Codesettings.json
file or by using the commandSherlock: Toggle Inline Annotations
. The default value istrue
.