Skip to content

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

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

Closed
izhangzhihao opened this issue Aug 15, 2024 · 20 comments
Labels
feature request In the next release 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

@izhangzhihao
Copy link
Owner Author

izhangzhihao commented Mar 5, 2025

hi @grhawk @alvolturbo I’ve completely rewritten the implementation of the indent guide-lines highlighting for the ReSharper C++ engine in a brand-new approach. You can now download this build snapshot to try it out. If you have any questions or feedback, feel free to reply! (Requires 2024.2+)

Image Image Image

@alvolturbo

This comment has been minimized.

@izhangzhihao

This comment has been minimized.

@alvolturbo

This comment has been minimized.

@izhangzhihao

This comment has been minimized.

@alvolturbo

This comment has been minimized.

@izhangzhihao

This comment has been minimized.

@KyungtackKim

This comment has been minimized.

@izhangzhihao

This comment has been minimized.

@izhangzhihao

This comment has been minimized.

@KyungtackKim

This comment has been minimized.

@izhangzhihao

This comment has been minimized.

@KyungtackKim

This comment has been minimized.

@izhangzhihao

This comment has been minimized.

@KyungtackKim

This comment has been minimized.

@izhangzhihao

This comment has been minimized.

@KyungtackKim
Copy link

It seems to be working without any problems.

@izhangzhihao
Copy link
Owner Author

If you have a moment, would you mind sharing your experience with others? Your feedback helps us improve and inspires more developers to discover this tool.

A quick review here would mean the world to us:
👉 https://plugins.jetbrains.com/plugin/10080-rainbow-brackets/reviews

Thank you so much for your support! Happy coding! 🎨

Repository owner locked as resolved and limited conversation to collaborators Apr 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request In the next release 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

4 participants