LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [Intellij IDEA]
ONLINE
// Z.SHINCHVEN

Completely Uninstall IntelliJ IDEA and Reinstall It

Introduction Whether you're dealing with performance hiccups or just want to reset your development environment, sometimes a complete uninstallation of your IDE is the best course of action. For users…

// Z.SHINCHVEN

Intellij IDE Does Not Support Bundler Module Resolution Yet

I created a new UmiJS project today, getting a never seen error from Intellij IDEA. Property 'div' does not exist on type 'JSX.IntrinsicElements'. This error is intriguing, how could a div not exist…

// Z.SHINCHVEN

Manage Custom CSS Properties in IntelliJ

I accidentally added some non-exist CSS properties to Intellij IDEA's custom CSS properties, making it unable to warn about the wrong CSS properties. So I have to remove them manually. Manage Custom C…

// Z.SHINCHVEN

Intellij IDEA Project Structure Crushed

What if opening an existing project with Intellij IDEA went wrong? Try to delete the IDE's project/workspace configuration files and reopen the project directory. rm -rf .idea # idea's workspace confi…