Nishantc1527

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Created No module named 'py.io'
For some reason, pytest is giving an error 'ModuleNotFoundError: No module named 'py.io''. Here are my installed packages: And my default test runner is pytest. -
Created How To Enable Google Python Style Guide For Pycharm?
AnsweredI want to add Google Python Style Guide in Pycharm. How do I do this? I know in Intellij there is a plugin, and for Clion there is an option, but what about Pycharm? -
Edited PHP version: Not installed Failed to parse validation script output
I just installed PHPStorm and PHP. However, when setting up my interpreter it gives me this error:I am sure that the path exists. I even tried switching the version numbers. -
Created How To Enable Relative Line Numbers With IdeaVim
How do I turn on relative line numbers? I heard there's some sort of plugin, but when searching for "relative line numbers" or just "line numbers" I can't find it. Also, I'm using IdeaVim, if it's ... -
Created How To Not Move The Cursor When Clicking Somewhere With IdeaVim?
AnsweredI'm used to Vim, so when using IdeaVim plugin I don't like it when I click somewhere and it automatically moves the cursor. I want to manually use the h j k l keys to move around. How can I disable... -
Edited How To Delete "Cannot Run Git Git Is Not Installed" Warning
AnsweredI am using Intellij to edit my github project files, but I'm using Cygwin's inbuilt git to actually push, commit, etc. However, Intellij notices that git isn't installed and no matter how many time... -
Created Can't Compile Classes From An Imported Github Repository
AnsweredI just imported a github repository, but now I can't seem to compile any classes. The option for adding any package or class was missing, so I added a new file with a .java extension, but it still ... -
Edited How To Restart CMakeLists?
AnsweredI imported a github repository into CLion, but the CMakeLists file wasn't already there. I tried to add it in hope that it would automatically fill out, but it didn't. I followed a couple of JetBra...