rydesun / fennel-language-server

Fennel language server protocol (LSP) support.
MIT License
116 stars 8 forks source link

Macro support #2

Open BerkeleyTrue opened 2 years ago

BerkeleyTrue commented 2 years ago

Hello,

I'm currently using Aniseed and some of my own macros, I got the LSP set up but it seems not to recognize any of my macros or those provided by aniseed.

Is this yet to be supported or is there some configuration required?

image

bangedorrunt commented 1 year ago

I got the same issue using hotpot. I don't have this problem if I use hotpot built-in diagnostics

Screen Shot 2022-11-12 at 3 55 36 pm
alexmozaidze commented 1 year ago

The issue is present on Tangerine as well.

UnderCooled commented 10 months ago

现在 require-macros 已经被弃用,那么能不能根据 import-macros 导入的符号名称作为 SuppressErrorKind::Undefined 的依据呢?调用这个符号的时候,就在这个 Form 范围内把后面未知符号、列表、表格中的未定义错误抑制掉。