ilmoi
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
创建于 How do I display parameter tips for objects in typescript?
Currently if one of the parameters is an object the only help I get from the IDE is this: which of course is useless because I have no idea what to type next... can this be configured somehow in se... -
创建于 After recent update, can't start JB IDEs from terminal
已回答I used to be able just type: ``` webstorm . pycharm . clion . ``` And that would open the existing location as a project inside of JB IDE. After recent upgrade (not sure which version) when I do th... -
已编辑于 Vue + Tailwind = no autosuggestions in WebStorm?
When installing tailwind normally in WebStorm, like so: npm install tailwindcss postcss autoprefixer autosuggestions work just fine. However the above installation doesn't work with Vue as explaine... -
创建于 Is it possible to specify a fixed width for the project tool window?
The title says it. Currently it seems to dynamically adjust based on how I open the editor (half screen, full screen, etc). Is there a way to make the project window on the left always be fixed wid... -
创建于 Recent files: don't close files on backspace
If you hit and hold backspace when in "Recent files", it starts to close fles until none are left. I frequently do this by accident when deleting text I'm searching for. Eg I have "some_file_name..... -
创建于 How do I keep the hard wrap line, but prevent auto-hard wrap on "code reformat"?
The title says it. I want to keep the line visible at 80 characters, but I don't want PyCharm to automatically wrap code when it exceeds 80 when I use "reformat code". Is there a way to do that? -
创建于 "Process X is running" - how to set "Stop and Rerun" as default globally?
When I have the debugger running and I hit run again (intending to re-run it), I always get the following pop up: Process 'X' is Running 'X' is not allowed to run in parallel. Would you like to sto... -
创建于 Can't copy from debugger console
The title says it. I can't Cmd-C any of the text in the debugger console (and there is no right click menu). This is extremely painful when there are errors during debugging that you end up having ... -
创建于 WebStorm: readline() doesn't close after input
I'm taking input from terminal using the following code: ``` const readline = require('readline')const rl = readline.createInterface({input: process.stdin, output: process.stdout});...rl.question("... -
已编辑于 Is there a "line comment at first column" option for Python in PyCharm?
Basically having the same issue as described here, but in Python/PyCharm. I noticed it's solved for C in CLion but I can't find how to solve it in PyCharm. Any advice?