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

Show non-reachable code. #65

Open
cybersonic opened this issue Aug 26, 2021 · 2 comments
Open

Show non-reachable code. #65

cybersonic opened this issue Aug 26, 2021 · 2 comments

Comments

@cybersonic
Copy link

cybersonic commented Aug 26, 2021

So for example in the javascript editor you can see code that wont be reachable as it is greyed out:
Screenshot 2021-08-26 at 10 45 38
This would be great in cfml for the following cases:

function ret(){
    var athing = "this";

    return athing;
    var notReachable = "Nothing is rechable";
}

function loc(){
    var athing = "this";
   location url="/";
    var notReachable = "Nothing is rechable";
}

function bort(){
    var athing = "this";
    abort;
    var notReachable = "Nothing is rechable";
}
@zspitzer
Copy link

image

@cybersonic
Copy link
Author

Not sure I get the reference? Big Lebowsky and a toe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants