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
Add a new extremely powerful way to search / replace occurrences of Search text only within specific nodes by kind (e.g. only in string / JSX Text) Search Workspace by Syntax Kinda4ff083
Add files auto import! By configuring a filesAutoImport setting you can now setup robust auto imports for .svg, .styles or any other extension! 1c0edd3
new powerful declare missing property snippet codefix that by default works only in the same file, but can be extended with a new setting. Was designed specificially for styles.create pattern! 0e061d3
customizeEnabledFeatures to allow disable some TS language service features per file or globally (e.g. completions or diagnostics) 107ee06
print warning in logs if some operation tooks too much time 107ee06
🐛 Bug Fixes
significantly improve completions performance in heavy applications that use MUI (unoptimized Material-UI) by using cached diagnostics for not declared const variable names suggestions instead adee249
Add new feature JSX Attribute Shortcut Completions! New completions like className={className}, enabled by default! control by jsxAttributeShortcutCompletions.enable74bde70
🐛 Bug Fixes
custom declare missing propertly code fix was always displayed even when it couldn't be applied 8bf1416
enableFileDefinitions: lookup from workspace root file even on relative path 493c2c2
false trigger on jsx linked editing end (e.g. cursor move after opening tag name) 62fb8e8
refactoring: add/from destructure bug fixes, this keyword support (#183)
add per-project hook file! If setting enableHooksFile is enabled you can add .vscode/ts-essentials.js file for taking full control of any languageService methods b7352ee