alefragnani / vscode-separators

Separators Extension for Visual Studio Code
GNU General Public License v3.0
40 stars 6 forks source link

[QUESTION] - Still add lines to inline functions #86

Closed czinczaar closed 1 year ago

czinczaar commented 1 year ago

Hello, thanks for this extension: Even with the following setting, I still have lines for inline functions/callbacks. image image

Any idea? Thanks!

alefragnani commented 1 year ago

Hi @czinczaar ,

Could you tell me which language is this, and provide a print screen from the Outline view with focus in that function as well?

I'm asking because the ignoreCallbackInline setting only works for JavaScript, TypeScript and Lua for now. This happens because each language server describes inline callback differently, and the extension has to parse the description accordingly.

Thank you

alefragnani commented 1 year ago

I'm closing this issue because no new comments has been added since my last question. Feel free to reopen/comment if the error still occurs.

Thanks for your understanding