This is a feature request that is derived from #4 (comment) and zed-industries/zed#16102 (comment):
In the development process of a technical project I very often DO NOT have full project structure of a Julia package containing
- a
src directory
- a project description
Project.toml
- etc.
Instead I am using standalone Julia files that I want to test and develop in a "default" Julia environment, as installed on my computer. This feature request asks for the support of standalone Julia files with no project stucture and no dependency of specific package versions. The requested functionallity is basically comparable to the Python implemention of Zed.
@whiterock for your information