resting

- 活动总数 113
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 41
-
已编辑于 Disable auto expand of code when navigating into fold
已回答I 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 ... -
创建于 JetBrains Mono Light not showing in settings
已回答On 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... -
创建于 How do I change the default query when you double click a table to open a new session?
已回答The 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? ... -
创建于 Unable to debug or live edit index.html page
已回答Whenever 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... -
创建于 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: -
创建于 Slow, unresponsive after update to High Sierra 10.13.5?
已回答I 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?... -
已编辑于 What is the Folding Expand to level shortcut?
已回答I'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... -
创建于 How do I trigger a code analysis?
已回答There's an option to perform a code analysis before commit. Is there any way to trigger the code analysis manually? -
创建于 IntelliJ not recognising live templates in ~/Library/Preferences/IntelliJ IDEA<version>/templates
已回答So 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... -
创建于 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...