Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in

Mail

Avatar
  • Total activity 4
  • Last activity December 06, 2021 08:55
  • Member since December 03, 2021 22:22
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
Activity overview Posts (1) Comments (2)
Sort by recent activity Recent activity Votes
  • Created December 06, 2021 08:55
    Great, thank you. :)
    1. Community
    2. ReSharper C++
    3. ReSharper C++ rename-refactor does not consider lambda functions
    • 0 votes
  • Edited December 04, 2021 13:04
    Here you go: #include <functional>class Test{  std::function<int()> getter_ = [this]()->int {return this->value_; };  int value_;};Try renaming "value_". It will not rename the reference in the lam...
    1. Community
    2. ReSharper C++
    3. ReSharper C++ rename-refactor does not consider lambda functions
    • 0 votes
Copyright © 2000– JetBrains s.r.o.