Igor, J
- 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, ... -
Created Ignore export statements in find usage
AnsweredIn 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 ... -
Edited Find usage focuses "Rerun Search" icon
AnsweredWhen 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... -
Created Keymap not working (2024.1.1)
AnsweredWhen 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 ... -
Edited Intellij not activating venv (python project)
AnsweredHi 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... -
Created Mark as Node/React project
AnsweredIs 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... -
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... -
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... -
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...