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
Hi, @zeroarst . I met the same problem. All I did to solve it is as follows:
New a project only for leetcode;
Open Setting -> LeetCode Plugin
2.1. Select Kotlin in CodeType;
2.2. Change the TempFilePath to your project, for me is F:\Projects\leetcode\src\main\kotlin\com\example;
2.3. Enable the Custom Template, and set the Code Template to what you like and comply with the kotlin project pattern, for me is
I have customized color scheme. It works fine on my project. But for leetcode Kotlin files, it does not apply those colors.
Leetcode Kotlin file
Project Kotlin file.
Does anyone know how to fix that?
The text was updated successfully, but these errors were encountered: