judfs

Results 4 issues of judfs

As a developer, being able to identify which tab is google search is very important. Having the google style guide pages open hinders that when the same favicon as search...

Support for comment defined code folds as described at https://code.visualstudio.com/docs/editor/codebasics#_folding . Something like: ```matlab a = 1 % region b = 2 c = 3 % end region d =...

Looking at https://reactjs.org/docs/hooks-reference.html#useid or https://beta.reactjs.org/reference/react/useId , I expect to see something indicating that `useId` was added in React 18. But I only see that stated at https://reactjs.org/blog/2022/03/29/react-v18.html . I expect...

The extension does not work unless there is a space after the `:` that separates the variable name and the type name. ``` html = str html_doc:html = """ """...