Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mat Schaffer
Total activity
20
Last activity
September 03, 2021 14:12
Member since
January 16, 2013 06:05
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
7
Activity overview
Posts (3)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
September 03, 2021 14:12
One of my coworkers mentioned https://youtrack.jetbrains.com/issue/IDEA-127753#focus=Comments-27-2365949.0-0 which says `*target` might work too. I haven't tried it yet and instead have opted to gi...
Community
WebStorm
Excluding directories globally
0 votes
Created
September 01, 2021 05:52
I ended up doing `find . -name target -type d | pbcopy` and vim-macroing those into the project's iml file as `<excludeFolder url="file://$MODULE_DIR$/(line of output here)" />` Would be great if i...
Community
WebStorm
Excluding directories globally
0 votes
Edited
January 21, 2020 03:13
I'm running into this as a side effect of having a large (monorepo) project loaded with a mix of golang version projects in subtrees. Is there a way to ensure `go list` gets run with a specific v...
Community
GoLand
automatically insert system's go version in go.mod
0 votes
Edited
April 13, 2016 17:06
I'm also getting the IndexOutOfBoundsException on OS X on IntelliJ IDEA 15.0.5, Build #IU-143.2332 2016-04-13 10:01:24,433 [ 432416] WARN - mponents.impl.stores.StoreUtil - Save settings failedja...
Community
IntelliJ IDEA Users
unable to save settings
1 vote
Created
February 13, 2013 04:07
Incase it helps anyone I had the same issue. Be sure that you don't have something like `gem 'debugger'` hanging out in your Gemfile either. This will try to require it by default and cause issues....
Community
RubyMine
RSpec won't stop at breakpoint (still)
0 votes
Created
February 01, 2013 16:09
Also, let's not forget:"Any sufficiently advanced technology is indistinguishable from magic." -- Arthur C. Clarke;)
Community
RubyMine
RubyMine warns on rails config files
0 votes
Created
February 01, 2013 16:06
Thanks, Alex. Regenerating/reinstalling doesn't seem to change anything. I'm pretty sure it's a side effect of the Rails::Application.configure method using instance_eval to change the scope.I've h...
Community
RubyMine
RubyMine warns on rails config files
0 votes
Created
January 22, 2013 16:53
That did it. Thanks!
Community
RubyMine
Can't commit with Git
0 votes
Created
January 21, 2013 17:44
Sure thing!Attachment(s):git_commit.log.zip
Community
RubyMine
Can't commit with Git
0 votes