-
### Describe the feature you'd like
Hello fellow Unity VSCode Users
I hope this message finds you well. As an active user of the Unity Plugin for Visual Studio Code, I would like to propose a fea…
-
We'll be constantly adding snippets and other resources as much as possible to. If you have recommendations for us, give us on **[Issues](https://github.com/FoUnDeRR/datamining-hub/issues/)**
-
Contribute a JavaScript code snippet that implements a throttle function, ensuring a function is called at most once in a specified time period.
-
Web user interface that displays all the snippets
-
I'd like to have a list of words which a user can select from, then have that word inserted at the cursor. I see there is a insertHTMl() which can be used in a Jodit plugin, but how do I define a plug…
-
So as we're connecting code for internal customers, it's still very much in an alpha phase for us internally until we:
- plan a cross-discipline process for maintenance and accuracy
- have capacit…
-
Today the extension contain just a few snippets
Snippet|Description
-- | --
|simpleMarkerSymbol | Creates a SimpleMarkerSymbol in a MapView. Contains placeholder for style.
|pictureMarkerSymbol…
-
Here is a list of snippets that can be improved.
- [x] `` should be sorted early so that it shows up before vscode-xml's suggestion.
- [x] `@label` seems to be missing.
- [x] `` needs to be added…
-
### Contributing guidelines
- [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md)
- [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasn…
-
```lisp
(defclass-std:defclass/std foo2 ()
((bar baz)))
(defparameter foo2 (make-instance 'foo2))
```
=> `#`
```lisp
(print-object/std foo2)
```
=> `#`
```lisp
(defun collect-…