resting
- Total activity 113
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
-
Edited Disable auto expand of code when navigating into fold
AnsweredI use vim to navigate around code. So its super annoying when I have all the code folded and want to navigate around quickly for a quick overview. Every time the cursor moves into a fold, the code ... -
Created JetBrains Mono Light not showing in settings
AnsweredOn a mac, I've dragged the ttf files to ~/Library/Fonts. Restarted IntelliJ. Other fonts like CascadiaCode showed up, but I only see JetBrains Mono under the Fonts selection. How can I select the l... -
Created How do I change the default query when you double click a table to open a new session?
AnsweredThe default query now is `SELECT TOP 51 t.* FROM mydb.dbo.ApiLogs t` is there anyway to change it? Can I specify it to be sorted by a certain column, for instance, AutoID column or AddedOn column? ... -
Created Unable to debug or live edit index.html page
AnsweredWhenever I debug the index.html chrome opens a blank page and the ide event log shows > Waiting for connection to localhost:59048. Please ensure that the browser was started successfully with remot... -
Created Validate Debugger Configuration on Web Server fails on localhost:8000 (PHP Xdebug)
I'm getting the `Connection refused` error when trying to validate debugger configuration. Is there settings I have to do to Xdebug? Current config: -
Created Slow, unresponsive after update to High Sierra 10.13.5?
AnsweredI just updated to High Sierra 10.13.5. Suddenly, it (Version 2018.1.4 (IU-181.5087.20)), is now super slow and constantly hanging for me. Noticed high CPU usage too. Anyone facing the same problem?... -
Edited What is the Folding Expand to level shortcut?
AnsweredI'm looking at this documentation on the shortcuts: https://www.jetbrains.com/help/idea/code-folding.html#folding_menu ⌘⌨ *, 1 Can someone tell me what the `keyboard` mean? If I want to expand to... -
Created How do I trigger a code analysis?
AnsweredThere's an option to perform a code analysis before commit. Is there any way to trigger the code analysis manually? -
Created IntelliJ not recognising live templates in ~/Library/Preferences/IntelliJ IDEA<version>/templates
AnsweredSo there are 2 problems that I'm facing. 1. I'm couldn't get IntelliJ to recognise the templates I got from https://github.com/koomai/phpstorm-laravel-live-templates and copied to /~Library/Prefere... -
Created Emmet not working in scss
I've enabled Live Templates (Zen CSS) actually all of them. However, there's only one template in Zen CSS. Have also enabled `Enable fuzzy search among CSS abbreviations` under Emmet > CSS. I think...