fennel-language-server icon indicating copy to clipboard operation
fennel-language-server copied to clipboard

Macro support

Open BerkeleyTrue opened this issue 1 year ago • 3 comments

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

BerkeleyTrue avatar Nov 11 '22 17:11 BerkeleyTrue

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

bangedorrunt avatar Nov 12 '22 04:11 bangedorrunt

The issue is present on Tangerine as well.

alexmozaidze avatar Jun 20 '23 22:06 alexmozaidze

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

UnderCooled avatar Jan 05 '24 17:01 UnderCooled