intellij-rainbow-brackets icon indicating copy to clipboard operation
intellij-rainbow-brackets copied to clipboard

[CPP-36001][CPP-39813] Support Indent guide lines with ReSharper C++ language engine(Clion Nova)

Open izhangzhihao opened this issue 6 months ago • 2 comments

Have you checked the issues and discussions to ensure there are no duplicates?

Yes

Your programming languages

C++

Free or paid?

Paid users

Expected Behavior

#2757

Current workaround

disable the option: ReSharper C++ language engine

image

Code snippet for test

#include <iostream>

class Vehicle {
public:
    std::string brand = "Ford";
    void honk() {
        std::cout << "Tuut, tuut! \n" ;
        if (1 > 2) {
            std::cout << "Tuut, tuut! \n" ;
        }
    }
};

Your Environment

CLion 2024.2 RC
Build #CL-242.20224.214, built on July 31, 2024
Runtime version: 21.0.3+13-b509.4 x86_64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 14.6.1
.NET Core v8.0.4 x64 (Server GC)
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 4096M
Cores: 16
Metal Rendering is ON
Registry:
  actionSystem.update.actions.warn.dataRules.on.edt=false
  debugger.attach.dialog.enabled=true
  run.processes.with.pty=TRUE
  ide.experimental.ui=true
  ide.slow.operations.assertion=false
  cache.folding.model.on.disk=false
Non-Bundled Plugins:
  izhangzhihao.rainbow.brackets (2024.2.6-241)

izhangzhihao avatar Aug 15 '24 12:08 izhangzhihao