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
We have extended the 24x7 IntelliSense configuration (editor.quickSuggestions) such that you can now enable it per string, comment, and other code scope. Test that
it is by default disabled in comments and strings
the setting still accept true and false
the setting is properly documented
you can still get IntelliSense inside comments/string when explicitly request (ctrl+space)
it works with plain text and markdown which aren't really programming languages
The text was updated successfully, but these errors were encountered:
Test for: #9504
We have extended the 24x7 IntelliSense configuration (
editor.quickSuggestions
) such that you can now enable it per string, comment, and other code scope. Test thatThe text was updated successfully, but these errors were encountered: