Thomas Thomassen

Avatar
  • 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?

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Inspection: "Algorithm operation on ranges can be used" - reasoning?

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Is it possible to let RubyMine know about custom attr-like methods?

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    No support for YARD @overload tag?

    Answered
    Is there no way to have RubyMine understand YARD's `@overload` tag?
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 7 comments
    • 2 votes
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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 ...
    • 2 followers
    • 9 comments
    • 0 votes