Jimka Issy
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Jimka Issy created a post, 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... -
-
Jimka Issy created a post, 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. -
-
-
Jimka Issy created a post, Answeredpopup 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... -
Jimka Issy commented, -
Jimka Issy created a post, Answeredselect 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... -
-
Jimka Issy created a post, AnsweredDoes 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...