-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.109.4
- OS Version: Windows_NT x64 10
- Commit: c3a26841a84f20dfe0850d0a5a9bd01da4f003ea
Steps to Reproduce:
- Write code that uses
ScrollViewjsx tag or navigate to file
https://github.com/facebook/react-native/blob/db45c280e2f9702d27e1f4e321a8c554a4af6181/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts#L605-L620 - Hover mouse cursor over
contentContainerStyleproperty (620 line) - As results popup "eats" tags inside parentheses
(...)of description:
These styles will be applied to the scroll view content container which wraps all of the child views. Example:
return ( ); ... const styles = StyleSheet.create({ contentContainer: { paddingVertical: 20 } });
- Exactly these lines:
https://github.com/facebook/react-native/blob/db45c280e2f9702d27e1f4e321a8c554a4af6181/packages/react-native/Libraries/Components/ScrollView/ScrollView.d.ts#L610-L611
It should output all text:
* return (
* <ScrollView contentContainerStyle={styles.contentContainer}>
* </ScrollView>
* );
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels