Thomas Thomassen
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 9
-
-
-
-
Thomas Thomassen created a post, AnsweredUsing vcpkg as submodule with CLion Nova?
vcpkg 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... -
Thomas Thomassen created a post, AnsweredInspection: "Algorithm operation on ranges can be used" - reasoning?
I'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... -
Thomas Thomassen commented, -
Thomas Thomassen created a post, AnsweredIs it possible to let RubyMine know about custom attr-like methods?
I 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... -
-
Thomas Thomassen created a post, AnsweredNo support for YARD @overload tag?
Is there no way to have RubyMine understand YARD's `@overload` tag? -