KKDuniya is a comprehensive VS Code extension designed to enhance your development workflow. This extension offers the following features:
Auto-Import Functionality: Automatically import missing dependencies in your JavaScript and TypeScript files.
Code Beautification: Format your code using Prettier to maintain consistent code style and readability.
Shortcodes for Code Generation:
React Functional Components
Fetch API Functions
Custom Functions
Custom Themes: Enhance your coding environment with our custom dark theme.
Features
Auto-Import
Automatically import missing modules and dependencies in your JavaScript and TypeScript files. Activate this feature by running the Auto Import command from the command palette.
Code Beautification
Format your code using Prettier by running the Beautify Code command from the command palette. This ensures consistent code style and readability.
Shortcodes
Save time by using shortcodes to generate common code structures:
React Functional Component: Type rfc to generate a React functional component template.
Fetch API Function: Type fetchapi to generate a template for a fetch API function.
Custom Function: Type cf to generate a custom function template.
Custom Themes
Enhance your coding environment with our custom dark theme. To activate the theme, go to the command palette and select Preferences: Color Theme, then choose KKDuniya.