jetbrains-ide

Windows Defender might be impacting your build performance

試著忘記壹切 提交于 2020-05-11 03:49:42
问题 After I updated my Pycharm IDE to 19.2.0 from the 19.1.2. I am getting the following warning: "Windows Defender might be impacting your build performance. PyCharm checked thefollowing directories: C:\Workspace\Projects\576_UniversityTwitter C:\Users\Burak\.PyCharmCE2019.2\system C:\Users\Burak\.gradle Do you think that it is secure, necessary and really improve the performance? 回答1: You need to exclude those directories in your Windows Security's Exclusion list. Type Windows Security in your

Auto-saving files upon changes with VSCode

佐手、 提交于 2020-04-08 08:34:11
问题 I have used WebStorm from JetBrains for almost 4 years now. It's a fantastic IDE for many reasons, but one of the best features is that it saves versions of files outside of version control. So if you accidentally delete files or lose files before they are saved by your VCS, WebStorm has a copy of them and there are visual diff tools to use. This feature has saved my ass on more than one occasion. My question is - for VSCode is there some feature/plugin that will auto-save copies of files as

PyCharm “Can't get remote credentials for deployment server”

空扰寡人 提交于 2020-03-21 19:11:11
问题 After config remote interpreter and deployment I got the following error when PyCharm trying to install libs from requirements.txt Can't get remote credentials for deployment server 回答1: it happen to be wrong configuration of remote interpretor, i configured it once again and all works 来源: https://stackoverflow.com/questions/54942881/pycharm-cant-get-remote-credentials-for-deployment-server

How to select multiple places (sublime) in code in Android Studio?

可紊 提交于 2020-02-16 17:16:33
问题 How to select multiple places in code in Android Studio ? I want to insert the same text in multiple places in my source code. Like a have more than one mouse cursor. I used to do it in VS2012 so easily though not sure how to do it in Android Studio ? 回答1: I found how and lets share this cool feature with you. I found three cool features: For multiple selection just hold alt + shift then select whenever you want to change by mouse click then type some thing you can write at multiple places at

File watcher: “An output directory must be specified when compiling a directory”

旧街凉风 提交于 2020-02-02 16:33:07
问题 cmd.exe /D /C call C:\Users\sebas\AppData\Roaming\npm\node-sass.cmd style.scss:style.css An output directory must be specified when compiling a directory The scss file I want the file watcher to watch is placed at the root of my project. Watch the error appear: gif_link How do I fix this error? 回答1: If you like the .css files to be generated in the same folder as original file, try the following settings: Note the Create output file from stdout option - it has to be enabled, as node-sass

Cannot type letters or numbers in PyCharm

你说的曾经没有我的故事 提交于 2020-01-25 06:26:24
问题 Suddenly today, I can no longer type letters or numbers into the editor in PyCharm 2018.2.2 Build #PY-182.4129.34. I can still type symbols such as [] and {} but letters and numbers appear when typed and then immediately are deleted. I've checked that Vim emulation is off, the plugin is not even installed as far as I can tell. I've updated my Material Theme plugin. None of my settings have been changed since I last used PyCharm. It's independent of what file I'm editing. I've also disabled my

JetBrains Rider Entity framework tools not found

本秂侑毒 提交于 2020-01-16 03:57:25
问题 I have installed JetBrains Rider on Linux Mint and tried to run migration from Rider Entity framework but it is not available in the project context menu. Please see the screenshot: My project is ASP.NET MVC Core 2.2 回答1: Follow these steps Add the Entityframework from the nuget Right click on the project name and you will see a "EntityFramework" option in the context menu (not under tools) from where you can start perform EF related activities in Rider. 来源: https://stackoverflow.com

Debugger configuration in GoGland

孤街醉人 提交于 2020-01-15 11:43:27
问题 I want to debug my go application when I send request using curl command. Currently my request is handled by the binary I have. What I want that when I send request using curl command request should be handled by the code I have not by the binary. I did not find any documentation about it, only found this thiswhich is still unanswered. @Zoyd did you found a way to configure it? 回答1: I've made a short video of how debugging works in Gogland and how it should be configured: https://youtu.be

Debugger configuration in GoGland

泄露秘密 提交于 2020-01-15 11:42:32
问题 I want to debug my go application when I send request using curl command. Currently my request is handled by the binary I have. What I want that when I send request using curl command request should be handled by the code I have not by the binary. I did not find any documentation about it, only found this thiswhich is still unanswered. @Zoyd did you found a way to configure it? 回答1: I've made a short video of how debugging works in Gogland and how it should be configured: https://youtu.be