-
Priority: Very Minor
Code snippets using tabs are appearing to have over indentation, if tabs were replaced with two spaces code would have proper looking indentation.
-
Is it possible to enforce docstring length (I know this possible for code snippets, but I mean the strings). Here's an example: Enforce docstring line length of 75:
```python
def f(a, b):
"""
…
-
It would be great to have language-specific syntax-highlighting for code snippets in the Markdown editor. I tried the following snippet in the editor,
![image](https://github.com/user-attachments/a…
-
mn5hk updated
5 months ago
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Make-code-snippets-use-up-to-date-syntax/10299287)._
---
In Visual Studio 2022 the 'pro…
-
As suggested by @Kludex we should be allow to copy a snippet of code from our documentation and run it as is, without code changes. Pydantic does this in their docs :)
I think this might be a good …
-
Hi Thanks for this extension. It will help me a lot.
I just have one remark. It does not work yet on Code Snippets.
I don't know if you know this functionnality, it's in Tools/Code Snippet Manag…
-
# codes snippets
https://github.com/xyz-data/vscode-react/issues
https://github.com/xyz-data/?utf8=%E2%9C%93&q=vs&type=&language=
https://github.com/xyz-data/vscode-react/blob/master/snippets…
-
# codes snippets
```json
{
"JavaScript ES6 React Template": {
"prefix": "js6r",
"body": [
"\"use strict\";",
"",
"/**",
…
-
Build a library of code snippets.
Then provide snippet adaptors for the following IDEs:
- Sublime Text 2
- Eclipse
If we get time we can add support for some other IDEs as well.