shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.74k stars 402 forks source link

語法提示功能 #643

Closed andy840119 closed 1 year ago

andy840119 commented 1 year ago

image 我是用 jetbrain rider 在 leetcode 用 C# 刷題只能出現根物件屬性無關的提示 這個功能是沒有實作嗎? 還是可以在哪邊設定? 感謝 🙏🏼

andy840119 commented 1 year ago

image 目前想到解決方法了 把暫存文件直接變成專案後打開就暫時解決了 👌🏼

shuzijun commented 1 year ago

我不了解C# ,但是一般都是因为项目或者文件格式不符合规则,IDE无法进行正确的提示。 可以参考自定义代码,建立一个单独的项目.