AdamNiederer / AdamNiederer/vue-mode
Wanting to develop some features
- Linguagem predominante
- Emacs Lisp
- Estrelas
- 341
- Forks
- 59
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I have been using this package every day at work for awhile now and I want to contribute to this project and develop some features. I don't know where to begin. I haven't programmed in emacslisp before and I don't know much about emacs/packages and how it all works. If anyone has any resources to understand emacslisp and how to create packages for emacs that would be great. Also if these features aren't what this package is looking for I have no problem forking my own for others to use.
This isn't a feature request list. I am trying to develop these features for myself and others if they want it. So I am wondering if any of these are possible to develop. Note: I use the Vim mode in spacemacs.
**Autocomplete for**
- Computed Names,
- Method Names,
- sass class names,
- data variables
- etc ..
**Automatic marking**
[http://vim.wikia.com/wiki/Using_marks](http://vim.wikia.com/wiki/Using_marks)
`ma`set mark **a** at current cursor location
`'a`jump to line of mark **a** (first non-blank character in line)
I want to automatically mark these
- computed for `'c`
- methods for `'m`
- template for `'t`
- style tag for `'s`
- and etc ...
**Automatic file template**
So when I create a new file I can just run a command to generate a generic template.
```
export default {
name: '',
data () {
return {};
},
// etc...
}
<style>
```
also I have no idea how to build/run/test the vue-mode package in this repo. Could someone give me some pointers?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
The issue does not name files, tests, or an accepted implementation plan; it is a broad discussion about possible autocomplete, automatic marks, and file-template features for vue-mode. Start by reading the existing package and any project docs on building or testing it, then ask maintainers to scope one concrete feature. Done would require agreement on a single feature and how it should be validated.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- emacs, emacs-lisp, scss
- Domínio
- developer-experience, tooling
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 18/100