-
Try opening this minimal demo project https://github.com/mcclure/ts-hello-bug/tree/editor-demo in Sublime Text, and opening the file 'src/index.tsx'. index.tsx imports a function `demoFunction()` from…
-
tl;dr: Running a single file without a workspace open is a common pain point in usertesting. It should not just be easier, but also take the opportunity to check the user's environment and guide throu…
-
https://github.com/msaraiva/elixir_sense provides a language server for elixir and has been used in things like https://github.com/slashmili/alchemist.vim/wiki. How would one add support for this in o…
-
Here you can share your works.
it is preferable that you share the configuration as well as the image
-
**Describe the bug**
When I write jsx tag for instance Paragraph and press Tab vim switches to visual mode and shifts cursor on few symbols back.
But everything works fine with html tags and emmet.
…
-
# Configurações iniciais e recomendações de extensões para VS Code
-
Ever since I started using create-react-app for my Typescript projects, I've noticed that I have to disable quite a few impossible linting rules that make life very hard for a newcomer to this project…
-
If I pass a container to the `MenuProps` of a Select component, and add `transform` to one of its parents , then the position and size of the menu is set incorrectly.
I think this is happening bec…
-
In order to build a GUI client that does its own window management, we need Neovim to provide changes per window. It seems like today the server assumes the client has one big window/canvas and it tel…
-
```json
{
"workbench.colorCustomizations": {
"activityBar.background": "#111111",
"activityBarBadge.background": "#FFA000",
"list.activeSelectionForeground": "#FFA000",
"list.i…