Improve support for files outside of projects
See original GitHub issueCurrently, the language server has trouble locating the standard library for files outside of Maven/Gradle projects, despite kotlinc
being installed on the system (see #93).
This results in (incorrect) errors:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Reference source files outside project folder - 2026415
My company wants to create one large help project. However we don't want all the HTML source files to be stored in that...
Read more >Storing source files outside project file directory in Visual ...
I do this on my biggest project so that we have proper /include and /src folders. To the best of my knowledge, there's...
Read more >Develop code in Visual Studio without projects or solutions
Open any code. You can open code into Visual Studio in the following ways: On the Visual Studio menu bar, choose File >...
Read more >JetBrains Rider - Extend and organize your solution
The project/solution management tasks in Rider, such as browsing files and opening them in the editor, creating new items (directories, ...
Read more >Why Should I Use File Sharing in Project Management ... - Wrike
But when files are shared directly from your project software, it automatically maintains a record of changes and ensures that stakeholders never have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s been a year since the last comment, and this error is still occurring. Anything that can be done to fix it?
@AmeerTaweel Same here. It is understandable that community run projects will have tough time to maintain feature parity with official language spec, since jetbrains team will never make an official lsp. As a language Kotlin is really good for competitive programming, and its popularity is attracting a lot of students. Teaching kotlin language to students is really troublesome if this lsp can’t work outside a project structure, for single files. Especially since this is also the only active lsp available for kotlin.