Jimka Issy
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 is my license expiring as PyCharm claims or is it good like JetBrains webpage claims?
Pycharm tells me my license is expiring soon, but when I click on the link, the license is valid for another year.What should I do? -
创建于 ISO help using File->New->Module
I would like to create a new module (at least I think I do) where I can put scala code which sees the existing code in my project, but where that visibility is one way. The goal is that I can crea... -
创建于 Can scala worksheet display images
Is there any way in the scala worksheet to cause instances of my classes to display as an image which I can generate dynamically? As I understand this is a feature supported by Jupyter and emacs. -
创建于 popup balloons obscure the code
已回答It is too often the case that the helpful popup balloons which IntelliJ provides, makes it difficult to see the code. Here is a simple example. There is an error in the code which I'm trying to fi... -
创建于 select forward s-expression
已回答How do I select a symbolic expression in IntelliJ? In emacs i can use Meta-Ctl-Space to select the expression to the right of the cursor. If it is a string then selected is from the open quote to c... -
已编辑于 Does intelliJ have a concept of semantic indentation? or just fixed-constant indentation?
已回答I would sometimes like indentation to depend on the context rather than sampling being fixed to a hard-coded (or even customizable constant) integer. This is especially true in composed code. Here...