Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
izhangzhihao opened this issue Aug 15, 2024 · 2 comments
Labels
feature request language specific this feature/issue only effect on specific languages waiting for JetBrains this feature/issue depends on JetBrains

Comments

@izhangzhihao
Copy link
Owner

izhangzhihao commented Aug 15, 2024

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 izhangzhihao added feature request language specific this feature/issue only effect on specific languages labels Aug 15, 2024
@izhangzhihao
Copy link
Owner Author

izhangzhihao commented Aug 15, 2024

image

@grhawk we can only wait for JetBrains to make a fully-featured PSI tree, after that, Indent guidelines for Nova could be possible.

it is related to JetBrains's youtrack ticket and my ticket for support Nova 9 months ago.

@izhangzhihao izhangzhihao changed the title Support Indent guide lines with ReSharper C++ language engine(Clion Nova) [CPP-39813] Support Indent guide lines with ReSharper C++ language engine(Clion Nova) Aug 15, 2024
@izhangzhihao izhangzhihao added the waiting for JetBrains this feature/issue depends on JetBrains label Aug 15, 2024
@izhangzhihao izhangzhihao changed the title [CPP-39813] Support Indent guide lines with ReSharper C++ language engine(Clion Nova) [CPP-36001][CPP-39813] Support Indent guide lines with ReSharper C++ language engine(Clion Nova) Aug 15, 2024
@grhawk
Copy link

grhawk commented Aug 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request language specific this feature/issue only effect on specific languages waiting for JetBrains this feature/issue depends on JetBrains
Projects
None yet
Development

No branches or pull requests

2 participants