You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess would be simplicity. Since every programming language has distinct syntax, conventions etc. it would be difficult to maintain parsing logic for each language, especially across version changes. Additionally, programming languages usually provide tools to inspect their own code, e.g. the ast library in Python https://docs.python.org/3/library/ast.html, this generally makes it easier to write tools that need to read/understand source code using that same language
just out of curiosity. Does anyone know any isort "form" for other programming languages?
any reason why this project is limited to python?
The text was updated successfully, but these errors were encountered: