Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
{{ message }}
zardoy
/
typescript-vscode-plugins
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5
Star
69
Code
Issues
77
Pull requests
6
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
539e3a0
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 4, 2024
fix potential no-setting perf regression
zardoy
committed
539e3a0
Copy full SHA for 539e3a0
feat: Add files auto import! By configuring a `filesAutoImport` setting you can now setup robust auto imports for .svg, .styles or any other extension!
zardoy
committed
1c0edd3
Copy full SHA for 1c0edd3
feat: 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!
zardoy
committed
0e061d3
Copy full SHA for 0e061d3
Commits on Feb 3, 2024
feat: New command: Wrap Into New Tag (#199)
zardoy
authored
26d33a0
Copy full SHA for 26d33a0
Commits on Feb 1, 2024
fix: add destructure duplicated props (#196)
Ilanaya
authored
4430df4
Copy full SHA for 4430df4
Commits on Jan 31, 2024
fix: 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
zardoy
committed
adee249
Copy full SHA for adee249
Commits on Jan 29, 2024
should fix test
zardoy
committed
fe70eb3
Copy full SHA for fe70eb3
fix: replace throw with console.error (#194)
Ilanaya
authored
9a2afd9
Copy full SHA for 9a2afd9
feat: `customizeEnabledFeatures` to allow disable some TS language service features per file or globally (e.g. completions or diagnostics)
Show description for 107ee06
zardoy
committed
107ee06
Copy full SHA for 107ee06
up readme
zardoy
committed
c152df7
Copy full SHA for c152df7
Commits on Jan 19, 2024
fix; improve picking of special position of jsx content!
zardoy
committed
36ad9b9
Copy full SHA for 36ad9b9
fix(regression): fix outline crash!
zardoy
committed
845c4ff
Copy full SHA for 845c4ff
Commits on Jan 17, 2024
fix critical mistake thx to tests
zardoy
committed
3dff0af
Copy full SHA for 3dff0af
revert files warnings fix
zardoy
committed
e972f32
Copy full SHA for e972f32
ptx
zardoy
committed
facbf30
Copy full SHA for facbf30
fix: custom declare missing propertly code fix was always displayed even when it couldn't be applied
zardoy
committed
8bf1416
Copy full SHA for 8bf1416
Commits on Jan 16, 2024
linter update in the project
zardoy
committed
08caa2a
Copy full SHA for 08caa2a
feat: Add new feature JSX Attribute Shortcut Completions! New completions like `className={className}`, enabled by default! control by `jsxAttributeShortcutCompletions.enable`
zardoy
committed
74bde70
Copy full SHA for 74bde70
Commits on Jan 9, 2024
fix(enableFileDefinitions): lookup from workspace root file even on relative path
zardoy
committed
493c2c2
Copy full SHA for 493c2c2
Commits on Dec 7, 2023
fix: false trigger on jsx linked editing end (e.g. cursor move after opening tag name)
zardoy
committed
62fb8e8
Copy full SHA for 62fb8e8
Commits on Nov 28, 2023
trigger ci
zardoy
authored
d18c985
Copy full SHA for d18c985
feat: Speed up a bit JSX linked editing by simply caching previous response
zardoy
committed
5a1a41a
Copy full SHA for 5a1a41a
fix prettier
zardoy
committed
9bf21eb
Copy full SHA for 9bf21eb
fix(filter-jsx-suggestions): local React FC declared with function declaration (named function) were not displayed in the suggestions listed
zardoy
committed
b5b816a
Copy full SHA for b5b816a
Commits on Nov 23, 2023
fix: improve auto-renaming on file rename when import name starts with upper-case
zardoy
committed
0531e41
Copy full SHA for 0531e41
fix(vue-volar): normalize config path when checking
zardoy
committed
44464cb
Copy full SHA for 44464cb
feat(special-command): migrateRequireToImports (just a shortcut for existing quickfix code action)
zardoy
committed
24e105e
Copy full SHA for 24e105e
Commits on Nov 15, 2023
feat(refactoring): add/from destructure bug fixes, `this` keyword support (#183)
Ilanaya
authored
0b1c13f
Copy full SHA for 0b1c13f
Commits on Nov 12, 2023
feat: 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
zardoy
committed
b7352ee
Copy full SHA for b7352ee
up vitest, add ui package
zardoy
committed
ea46dc1
Copy full SHA for ea46dc1
Commits on Nov 8, 2023
feat(refactoring): add/from destructure improvements (#182)
Ilanaya
authored
00d3fee
Copy full SHA for 00d3fee
Commits on Nov 3, 2023
fix don't create forbidden auto imports with completions in codebase
zardoy
committed
3bc7159
Copy full SHA for 3bc7159
Commits on Oct 31, 2023
fix: improve Copy Full Type command for indexed access
zardoy
committed
9603f99
Copy full SHA for 9603f99
dev: auto auto plugin reload + status in statusbar
zardoy
committed
0fa6b0b
Copy full SHA for 0fa6b0b
Commits on Oct 29, 2023
feat: (code actions): add/from destructure (#175)
Ilanaya
authored
de548ee
Copy full SHA for de548ee
Pagination
Previous
Next
You can’t perform that action at this time.