Tagged articles
5 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Dec 30, 2024 · Frontend Development

Automatically Import Vue and Vite APIs with unplugin-auto-import

This article explains how to use the unplugin-auto-import plugin to automatically import Vue core functions, Naive UI components, and other libraries in a Vue 3 + Vite + TypeScript project, reducing repetitive import statements and improving code readability.

TypeScriptViteVue
0 likes · 5 min read
Automatically Import Vue and Vite APIs with unplugin-auto-import
Programmer DD
Programmer DD
Jan 13, 2023 · Fundamentals

Enable Automatic Imports in IntelliJ IDEA with One Click

This short guide explains how to configure IntelliJ IDEA to automatically add required imports and remove unused ones, saving time during development by enabling the Auto Import options in the Settings → General panel.

IDE settingsIntelliJ IDEAJava development
0 likes · 2 min read
Enable Automatic Imports in IntelliJ IDEA with One Click
Laravel Tech Community
Laravel Tech Community
Apr 7, 2021 · Frontend Development

TypeScript 4.3 Beta Released: Auto‑Import, Enhanced Template Literal Types, @link Tag Support, and Static Index Signatures

The TypeScript 4.3 Beta introduces auto‑import completion for import statements, enhanced template literal type inference, editor support for @link tags, and static index signatures, providing developers with richer type checking and productivity improvements across frontend and Node.js projects.

BetaJSDocStatic Index Signatures
0 likes · 4 min read
TypeScript 4.3 Beta Released: Auto‑Import, Enhanced Template Literal Types, @link Tag Support, and Static Index Signatures
Java Captain
Java Captain
Jul 13, 2018 · Fundamentals

Comprehensive Guide to Configuring IntelliJ IDEA Settings for Efficient Java Development

This article provides a step‑by‑step walkthrough of essential IntelliJ IDEA configurations—including appearance, keymap, project view, auto‑completion, code inspection, import optimization, window layout, tab display, comment style, and local history—to help Java developers streamline their workflow and improve productivity.

IDE configurationIntelliJ IDEAJava development
0 likes · 8 min read
Comprehensive Guide to Configuring IntelliJ IDEA Settings for Efficient Java Development