Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
briaoeuidhtns
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
briaoeuidhtns
11d ago
I think kde plasma's clipboard tool is quite underrated for this type of thing too. you add something similar as an action, then you get a little popup format button whenever you copy any json. I use it for all sorts of similar things
2.
▲
by
briaoeuidhtns
4mo ago
you're embedding it as a scripting api and want to limit permissions to just what's needed
3.
▲
by
briaoeuidhtns
6mo ago
have you adhered to the license? https://github.com/dgtlmoon/changedetection.io/blob/master/C... . if so, where can I get a copy of the source?
4.
▲
by
briaoeuidhtns
8mo ago
I used to run into this type of problem frequently. I've found that personally adopting something like https://conventionalcomments.org really helps with ambiguity.
5.
▲
by
briaoeuidhtns
8mo ago
I think the big reason to put syntax highlighting in the language server is you have more info, ex you can highlight symbols imported from a different file in one color for integers and a different for functions