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
BEGIN: END: 表記は、同じメソッド名が2回出てくるため、見づらい。 いわゆる"ツリー"表記がよい。
ツリー表記時、
.listItem click |-myLogic.getItem | |-myLogic._getItem |-serverLogic.send
のような、ツリーの階層関係がわかるような表示がよい。 (上記のとおり文字で表記してほしいということではない。より適切な手段があればそれでよい。たとえばdivボックスで囲んでborder-leftだけつけるとか?)
The text was updated successfully, but these errors were encountered:
fukudayasuo
No branches or pull requests
BEGIN: END: 表記は、同じメソッド名が2回出てくるため、見づらい。
いわゆる"ツリー"表記がよい。
ツリー表記時、
.listItem click |-myLogic.getItem | |-myLogic._getItem |-serverLogic.send
のような、ツリーの階層関係がわかるような表示がよい。
(上記のとおり文字で表記してほしいということではない。より適切な手段があればそれでよい。たとえばdivボックスで囲んでborder-leftだけつけるとか?)
The text was updated successfully, but these errors were encountered: