Igor, J
- 活动总数 92
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 32
-
创建于 moduleResolution: "Bundler"
When using moduleResolution “Bundler” in a typescript project, I'm getting these errors on imports:TS2792: Cannot find module lucide-react. Did you mean to set the moduleResolution option to node, ... -
创建于 Ignore export statements in find usage
已回答In intellij/webstorm, is there a way to ignore export statements? Most components in react have a line like:export default SomeComponentor export const SomeComponentShowing those in the find usage ... -
已编辑于 Find usage focuses "Rerun Search" icon
已回答When using ALT+F7 on a mac (or selecting the find usage option via any other mean), instead of focusing the results, the IDE focuses on the “Rerun Search” Icon in the find usages window. This leads... -
创建于 Keymap not working (2024.1.1)
已回答When opening a single project, certain keyboard shortcuts stop working. Most notably: cmd+1 and cmd+9.Then, when I open another one in a new window, they work again. At this point, I can close the ... -
已编辑于 Intellij not activating venv (python project)
已回答Hi all,while the project works beautifully in pycharm (i.e. opening the terminal shows me the venv name and right path when I type e.g. which python), it does not do the same when opening the termi... -
创建于 Mark as Node/React project
已回答Is it possible to let intellij know that the currently open project has nothing to do with java? E.g. I can't find a 'new directory' button when trying to add a new one. Instead, it's labelled "New... -
已编辑于 Unused default export - no warning
The same code in one project shows up as unused, in another it doesn't. Unused global symbol is enabled in both. Why doesn't webstorm highlight the default export as unused here? Here it works (P... -
创建于 Store layout of windows and tools
I often set up my workspace with the terminal, project window, code editor, split view etc. On other occasions, I do a different setup (mainly when switching over to the macbook screen). I know the... -
创建于 Ignore all node_modules in searches
Sometimes I'm looking for a keyword which is very common in node_modules packages e.g. EventHandler. How can I exclude it from all node_modules? I'm running a lerna setup with subfolders in subfold...