We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider the following classdef:
classdef
classdef foo methods function obj = foo2() % lorem ipsum % lorem ipsum % lorem ipsum % lorem ipsum % lorem ipsum % lorem ipsum % lorem ipsum end end end
When I scroll the top of the VS Code editor to be in the lorem ipsum chunk, I would expect the breadcrumbs to read
classdef foo methods function obj = foo2()
Instead, it reads
classdef foo function obj = foo2()
The extra indentation looks funny, but you also lose knowing about whether you are in a static block, or protected, etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider the following
classdef
:When I scroll the top of the VS Code editor to be in the lorem ipsum chunk, I would expect the breadcrumbs to read
Instead, it reads
The extra indentation looks funny, but you also lose knowing about whether you are in a static block, or protected, etc.
The text was updated successfully, but these errors were encountered: