Thomas Thomassen
- 活动总数 37
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 9
-
创建于 Using 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... -
创建于 Inspection: "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... -
创建于 Is 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... -
创建于 No support for YARD @overload tag?
已回答Is there no way to have RubyMine understand YARD's `@overload` tag? -
创建于 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... -
创建于 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... -
创建于 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 ...