---
title: "VSCode Guide: Navigating to CSS Module Definitions"
date: 2023-03-27T18:22:03.000Z
author: Z.SHINCHVEN
tags: [Visual Studio Code, CSS Modules]
canonical: https://atlassc.net/2023/03/27/vscode-go-to-definition-of-css-module
---
Recently, I decided to transition from IDEA/WebStorm to VSCode. However, I stumbled upon a snag - the inability to navigate to the definition of CSS Modules using the `cmd`+`left click` shortcut, which was quite a setback to my workflow.

Nonetheless, after [engaging with the GitHub community for solutions](https://github.com/umijs/umi/discussions/10858#discussioncomment-5438874), I came across a workaround. By installing a couple of extensions, I was able to restore this functionality. Here are the extensions that came to my rescue:
- [CSS Module](https://marketplace.visualstudio.com/items?itemName=clinyong.vscode-css-modules)
- [React Style Helper](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-style-helper)
