Igor, J

Avatar
  • Total activity 92
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 8
  • Subscriptions 32
  • Created

    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 followers
    • 5 comments
    • 1 vote
  • Created

    Ignore export statements in find usage

    Answered
    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 followers
    • 1 comment
    • 0 votes
  • Edited

    Find usage focuses "Rerun Search" icon

    Answered
    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 followers
    • 3 comments
    • 0 votes
  • Created

    Keymap not working (2024.1.1)

    Answered
    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 followers
    • 7 comments
    • 0 votes
  • Edited

    Intellij not activating venv (python project)

    Answered
    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 followers
    • 3 comments
    • 0 votes
  • Created

    Mark as Node/React project

    Answered
    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 followers
    • 5 comments
    • 0 votes
  • Edited

    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 followers
    • 5 comments
    • 0 votes
  • Created

    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 followers
    • 2 comments
    • 1 vote
  • Created

    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 followers
    • 1 comment
    • 0 votes