Erwann Mest
Erwann Mest
I don't know if you don't have the choice or not to do a specific scope for naomi but it breaks most of plugins scoped on source.js or whatever like:...
Imagine you've got: ``` ``` You'll get ``` ``` It could/should change to: ``` ```
`Packages/Naomi/syntaxes/naomi.fjsx15.sublime-syntax: context Packages/Naomi/syntaxes/fjsx15/destructuring/object/property.sublime-syntax#meta-destructuring has a scope name, but is unreachable, so the name will never be used` Don't know if it helps you.
It seems to work differently that you describe. French azerty keyboard here. 
``` class TextPageAsideAmendment extends React.Component { static propTypes = { theme: PropTypes.oneOf(["primary", "secondary"]).isRequired, logo: PropTypes.exact({ colour: PropTypes.string.isRequired, name: PropTypes.string.isRequired, }), target: PropTypes.exact({ name: PropTypes.string.isRequired, type: PropTypes.string.isRequired, position: PropTypes.string.isRequired, }), author:...
Hello, I'm not sure at all it's due to naomi but when I'm inside a `source.css.embedded.js`, the autocomplete when I type css attributes doesn't work. I don't know if it's...
If you wrap your webpack config with this plugin, the fast refresh will be broken and gives you this as error: ```js Uncaught TypeError: can't access property "runtime", __webpack_require__.$Refresh$ is...
It could be great to have something which notifies you on the systray icon that there're new notifications/updates.
## Question It's the first time I try docz on a project and this is what I've got (my `node_modules` and `package-lock.json` were clean) ``` npm run docz:dev > [email protected]...
### 💻 - [ ] Would you like to work on this feature? ### What problem are you trying to solve? In my plugins I've got thoses: ``` "@babel/plugin-transform-runtime", "@babel/plugin-proposal-class-properties",...