Igor, J

Avatar
  • 活动总数 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, ...
    • 4 个关注者
    • 5 条评论
    • 1 票
  • 创建于

    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 ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    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...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    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 ...
    • 5 个关注者
    • 7 条评论
    • 0 票
  • 已编辑于

    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...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    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...
    • 3 个关注者
    • 5 条评论
    • 0 票
  • 已编辑于

    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...
    • 2 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 1 票
  • 创建于

    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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Typescript Compile Errors

    When adding .json files to the include param of tsconfig, the typescript module stops working. It might be that it's because one of the json files is 35mb+? When the above action is taken, the type...
    • 2 个关注者
    • 1 条评论
    • 0 票