clutcher / bh

Issue tracker for Better Highlights Intellij IDEA plugin
6 stars 0 forks source link

Python: non-OOP languages supports reference to functions via filename with extension does not work #108

Closed fjaccarino closed 2 months ago

fjaccarino commented 2 months ago

Cannot link function using documented syntax in Python.

Go, Rust, SQL and other non-OOP languages supports reference to functions via filename with extension.
//  Reference function from comment [[filename.go#functionName]] or [[some_sql.sql#storedProcedureName]]
clutcher commented 2 months ago

@fjaccarino I didn't implement it, as Python has OOP Classes. Will add it in one of the next releases. Somewhere in a week or two.

fjaccarino commented 2 months ago

Fantastic. I'd love to use your plugin across our engineering teams but Python support is necessary to be effective. Looks great so far though.

On Tue, Apr 30, 2024, 01:34 Igor Zarvanskyi @.***> wrote:

@fjaccarino https://github.com/fjaccarino I didn't implement it, as Python has OOP Classes. Will add it in one of the next releases. Somewhere in a week or two.

— Reply to this email directly, view it on GitHub https://github.com/clutcher/bh/issues/108#issuecomment-2084415858, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADJLLTIBESFHBAYX34CSQ3Y74UNVAVCNFSM6AAAAABG7KXV66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBUGQYTKOBVHA . You are receiving this because you were mentioned.Message ID: @.***>

clutcher commented 2 months ago

@fjaccarino Released in 2024.1.21