Thomas Thomassen
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 9
-
Created Using vcpkg as submodule with CLion Nova?
Answeredvcpkg recommends using vcpkg as a submodule for CMake project. (Source: https://vcpkg.io/en/getting-started.html)I have some CMake projects already setup like this.Within CLion Nova I found there i... -
Created Inspection: "Algorithm operation on ranges can be used" - reasoning?
AnsweredI'm testing out CLion Nova on a C++20 CMake project of mine. I ran a full project analysis and some of the inspections suggest things like: "Call to `transform` can be replaced with a call to `rang... -
Created Is it possible to let RubyMine know about custom attr-like methods?
AnsweredI have a DSL method that I use to define some custom getters and setters. They work somewhat similar to Ruby's own `attr`. Is there a way I can allow RubyMine to understand this? Via YARD markup fo... -
Created No support for YARD @overload tag?
AnsweredIs there no way to have RubyMine understand YARD's `@overload` tag? -
Created Adding custom stubs to project?
We embed a Ruby interpreter into our application. When the application starts the Ruby environment have access to the Ruby environment we ship as well as our Ruby API. I'm trying to figure out ho... -
Created Option to mute an inspection locally gone?
At some point the inspections had an option to disable them. Either for the project as a whole, or insert a special comment above the offending line that would mute it for that context. However, in... -
Created Path variables in RubyMine?
I got a project where I need to set the local root of Debug condig to be different per machine. I thought I'd found some way to set this up, but it's been a while since I did it so now when I'm on ...