Jonah S

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Jonah S created a post, View methods of embedded type in "Structure" pane?
Consider the following simple struct which embeds another struct: type Address struct { street string}func (a Address) Street() string { return a.street}type Person struct { Address name ... -
Jonah S commented, -
Jonah S created a post, Plugin location
I've successfully installed GoLand and IDEAVim, and am trying to find my .ideavimrc file. I'm on mac OS Sierra. There is nothing relevant in my home directory dot files, and nothing in /Library/Ap... -
-
-
-
-
Jonah S created a post, rspec runner extremely slow
I have a simple non-rails project that consists of one simple class and one simple rspec file.When I run "rspec spec -p" from the command line it executes and returns in about half a second.When I ... -
Jonah S created a post, Dark Theme For Tool Windows?
Hi,I love the built in dark themes, but right now I still have a large rectangle of bright white on my screen, since I usually edit with the "Project" Tool Window exposed. Is there any window to t...